Since: API Level 1
package

org.apache.http.impl

Classes | Description

Default implementations for interfaces in org.apache.http.

more...

Classes

AbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer 
AbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer 
DefaultConnectionReuseStrategyDefault implementation of a strategy deciding about connection re-use. 
DefaultHttpClientConnectionDefault implementation of a client-side HTTP connection. 
DefaultHttpRequestFactoryDefault implementation of a factory for creating request objects. 
DefaultHttpResponseFactoryDefault implementation of a factory for creating response objects. 
DefaultHttpServerConnectionDefault implementation of a server-side HTTP connection. 
EnglishReasonPhraseCatalogEnglish reason phrases for HTTP status codes. 
HttpConnectionMetricsImplImplementation of the metrics interface. 
NoConnectionReuseStrategyA strategy that never re-uses a connection. 
SocketHttpClientConnectionImplementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. 
SocketHttpServerConnectionImplementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.