Hurryable | A Hurryable is a class that has been instructed to complete
its input processing so as to make resource associated with that input
available to others. |
code | html |
ChunkedInputStream | A ChunkedInputStream provides a stream for reading a body of
a http message that can be sent as a series of chunks, each with its own
size indicator. |
code | html |
ChunkedOutputStream | OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068. | code | html |
ClientVector | code | html | |
HttpCapture | Main class of the HTTP traffic capture tool. | code | html |
HttpCaptureInputStream | A Simple FilterInputStream subclass to capture HTTP traffic. | code | html |
HttpCaptureOutputStream | A Simple FilterOutputStream subclass to capture HTTP traffic. | code | html |
HttpClient | code | html | |
KeepAliveCache | A class that implements a cache of idle Http connections for keep-alive | code | html |
KeepAliveCleanerEntry | code | html | |
KeepAliveEntry | code | html | |
KeepAliveKey | code | html | |
KeepAliveStream | A stream that has the property of being able to be kept alive for multiple downloads from the same server. | code | html |
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. | code | html |
PosterOutputStream | Instances of this class are returned to applications for the purpose of sending user data for a HTTP POST or PUT request. | code | html |