Package org.apache.http.impl.io
Default implementations for interfaces in
There are implementations of the transport encodings used by HTTP, in particular the chunked encoding for
org.apache.http.io.
There are implementations of the transport encodings used by HTTP, in particular the chunked encoding for
sending and
receiving entities.-
Class Summary Class Description AbstractMessageParser Message parser base class.AbstractMessageWriter AbstractSessionInputBuffer Abstract base class for session input buffers that stream data from aInputStream.AbstractSessionOutputBuffer Abstract base class for session output buffers that stream data to anOutputStream.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 ofHttpTransportMetrics.IdentityInputStream A stream for reading from asession input buffer.IdentityOutputStream A stream for writing with an "identity" transport encoding.SocketInputBuffer Socketbound session input buffer.SocketOutputBuffer Socketbound session output buffer.