Package org.apache.http.io
package org.apache.http.io
HTTP message parser and writer APIs for synchronous, blocking
communication.
-
InterfacesClassDescriptionBasic buffer properties.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 for
HttpMessageParserinstances.HttpMessageWriter<T extends HttpMessage>Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.HttpMessageWriterFactory<T extends HttpMessage>Factory forHttpMessageWriterinstances.The point of access to the statistics ofSessionInputBufferorSessionOutputBuffer.Session input buffer for blocking connections.Session output buffer for blocking connections.