org.apache.http
.See: Description
Class | Description |
---|---|
AbstractHttpClientConnection |
Abstract client-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
AbstractHttpServerConnection |
Abstract server-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
DefaultConnectionReuseStrategy |
Default implementation of a strategy deciding about connection re-use.
|
DefaultHttpClientConnection |
Default implementation of a client-side HTTP connection.
|
DefaultHttpRequestFactory |
Default factory for creating
HttpRequest objects. |
DefaultHttpResponseFactory |
Default factory for creating
HttpResponse objects. |
DefaultHttpServerConnection |
Default implementation of a server-side HTTP connection.
|
EnglishReasonPhraseCatalog |
English reason phrases for HTTP status codes.
|
HttpConnectionMetricsImpl |
Default implementation of the
HttpConnectionMetrics interface. |
NoConnectionReuseStrategy |
A strategy that never re-uses a connection.
|
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. |
SocketHttpServerConnection |
Implementation of a server-side HTTP connection that can be bound to a
network Socket in order to receive and transmit data.
|
org.apache.http
.Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.