Interface | Description |
---|---|
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. |
Class | Description |
---|---|
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. |
ChunkedOutputStream |
OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068.
|
HttpClient | |
PosterOutputStream |
Instances of this class are returned to applications for the purpose of sending user data for a HTTP POST or PUT
request.
|