Package org.apache.http.impl.io

Default implementations for interfaces in org.apache.http.io.

See:
          Description

Class Summary
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.
 

Package org.apache.http.impl.io Description

Default implementations for interfaces in org.apache.http.io.
There are implementations of the transport encodings used by HTTP, in particular the chunked encoding for sending and receiving entities.



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.