org.apache.http.impl.entity | Default implementations for interfaces in org.apache.http.entity and provides utility classes for serialization and deserialization of HTTP content entities. |
org.apache.http.impl.io | Default implementations for interfaces in org.apache.http.io . |
org.apache.http.impl.nio | Default implementations for interfaces in org.apache.http.nio . |
org.apache.http.impl.nio.codecs | Default implementations for interfaces in org.apache.http.nio.codecs . |
org.apache.http.impl.nio.reactor | Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. |
AbstractHttpClientConnection | Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations. | code | html |
AbstractHttpConnection | Abstract base class for HTTP connections on the client and server side. | code | html |
AbstractHttpServerConnection | Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations. | code | html |
DefaultConnectionReuseStrategy | Default implementation of a strategy deciding about connection re-use. | code | html |
DefaultHttpClientConnection | Default implementation of a client-side HTTP connection. | code | html |
DefaultHttpParams | This class represents a collection of HTTP protocol parameters. | code | html |
DefaultHttpProxyConnection | Default implementation of a client-side connection through a proxy. | code | html |
DefaultHttpRequestFactory | Default factory for creating HttpRequest objects. | code | html |
DefaultHttpRequestRetryHandler | The default HttpRequestRetryHandler used by request executors. | code | html |
DefaultHttpResponseFactory | Default factory for creating HttpResponse objects. | code | html |
DefaultHttpServerConnection | Default implementation of a server-side HTTP connection. | code | html |
EnglishReasonPhraseCatalog | English reason phrases for HTTP status codes. | code | html |
HeaderGroup | A class for combining a set of headers. | code | html |
HttpConnectionMetricsImpl | Default implementation of the HttpConnectionMetrics interface. | code | html |
NoConnectionReuseStrategy | A strategy that never re-uses a connection. | code | html |
SocketHttpClientConnection | Implementation of a client-side HTTP connection that can be bound to an arbitrary Socket for receiving data from and transmitting data to a remote server. | code | html |
SocketHttpServerConnection | Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. | code | html |
TestAllImpl | code | html | |
TestBasicRequest | code | html | |
TestDefaultConnectionReuseStrategy | code | html | |
TestHeaderGroup | Unit tests for HeaderGroup . | code | html |
TestHttpDataReceiverAndTransmitter | code | html |