Default implementations for interfaces in org.apache.http.io. more...
AbstractMessageParser | Message parser base class. |
AbstractMessageWriter | |
AbstractSessionInputBuffer | Abstract base class for session input buffers that stream data from a InputStream. |
AbstractSessionOutputBuffer | Abstract base class for session output buffers that stream data to an OutputStream. |
ChunkedInputStream | Implements chunked transfer coding. |
ChunkedOutputStream | Implements chunked transfer coding. |
ContentLengthInputStream | Stream that cuts off after a specified number of bytes. |
ContentLengthOutputStream | A stream wrapper that closes itself after a defined number of bytes. |
HttpRequestParser | |
HttpRequestWriter | |
HttpResponseParser | |
HttpResponseWriter | |
HttpTransportMetricsImpl | Default implementation of HttpTransportMetrics. |
IdentityInputStream | A stream for reading from a session input buffer. |
IdentityOutputStream | A stream for writing with an "identity" transport encoding. |
SocketInputBuffer | Socket bound session input buffer. |
SocketOutputBuffer | Socket bound session output buffer. |