Modifier and Type | Interface and Description |
---|---|
public interface | Hurryable
A |
Modifier and Type | Class and Description |
---|---|
public class | ChunkedInputStream
A |
public class | ChunkedOutputStream
OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068. |
public class | HttpCapture
Main class of the HTTP traffic capture tool. |
public class | HttpCaptureInputStream
A Simple FilterInputStream subclass to capture HTTP traffic. |
public class | HttpCaptureOutputStream
A Simple FilterOutputStream subclass to capture HTTP traffic. |
public class | |
public class | KeepAliveCache
A class that implements a cache of idle Http connections for keep-alive |
pack-priv class | |
pack-priv class | |
pack-priv class | |
public class | KeepAliveStream
A stream that has the property of being able to be kept alive for multiple downloads from the same server. |
pack-priv class | KeepAliveStreamCleaner
This class is used to cleanup any remaining data that may be on a KeepAliveStream so that the connection can be cached in the KeepAliveCache. |
public class | PosterOutputStream
Instances of this class are returned to applications for the purpose of sending user data for a HTTP request (excluding TRACE). |