Package org.apache.http.io

Blocking I/O session buffer, message parser / writer interfaces.

See:
          Description

Interface Summary
BufferInfo Basic buffer properties.
EofSensor EOF sensor.
HttpMessageParser<T extends HttpMessage> Abstract message parser intended to build HTTP messages from an arbitrary data source.
HttpMessageWriter<T extends HttpMessage> Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.
HttpTransportMetrics The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
SessionInputBuffer Session input buffer for blocking connections.
SessionOutputBuffer Session output buffer for blocking connections.
 

Package org.apache.http.io Description

Blocking I/O session buffer, message parser / writer interfaces.

This layer defines interfaces for transferring basic elements of HTTP messages over connections.



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.