Package org.apache.http.io
HTTP message parser and writer APIs for synchronous, blocking
 communication.
- 
Interface Summary Interface Description BufferInfo Basic buffer properties.EofSensor Deprecated. (4.3) no longer used.HttpMessageParser<T extends HttpMessage> Abstract message parser intended to build HTTP messages from an arbitrary data source.HttpMessageParserFactory<T extends HttpMessage> Factory forHttpMessageParserinstances.HttpMessageWriter<T extends HttpMessage> Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.HttpMessageWriterFactory<T extends HttpMessage> Factory forHttpMessageWriterinstances.HttpTransportMetrics The point of access to the statistics ofSessionInputBufferorSessionOutputBuffer.SessionInputBuffer Session input buffer for blocking connections.SessionOutputBuffer Session output buffer for blocking connections.