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 forHttpMessageParser
instances.HttpMessageWriter<T extends HttpMessage> Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.HttpMessageWriterFactory<T extends HttpMessage> Factory forHttpMessageWriter
instances.HttpTransportMetrics The point of access to the statistics ofSessionInputBuffer
orSessionOutputBuffer
.SessionInputBuffer Session input buffer for blocking connections.SessionOutputBuffer Session output buffer for blocking connections.