Uses of Package
org.apache.http.conn
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.client.params |
Parameters for configuring HttpClient.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.conn.scheme | |
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Classes in org.apache.http.conn used by org.apache.http.client Class Description ClientConnectionManager Management interface forclient connections. -
Classes in org.apache.http.conn used by org.apache.http.client.methods Class Description ClientConnectionRequest Encapsulates a request for aManagedClientConnection.ConnectionReleaseTrigger Interface for releasing a connection. -
Classes in org.apache.http.conn used by org.apache.http.client.params Class Description ClientConnectionManagerFactory A factory for creating newClientConnectionManagerinstances. -
Classes in org.apache.http.conn used by org.apache.http.conn Class Description ClientConnectionManager Management interface forclient connections.ClientConnectionRequest Encapsulates a request for aManagedClientConnection.ConnectionPoolTimeoutException A timeout while waiting for an available connection from a connection manager.ConnectionReleaseTrigger Interface for releasing a connection.ConnectTimeoutException A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.EofSensorWatcher A watcher forEofSensorInputStream.ManagedClientConnection A client-side connection with advanced connection logic.MultihomePlainSocketFactory Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multipleInetAddresses.OperatedClientConnection A client-side connection that relies on outside logic to connect sockets to the appropriate hosts. -
Classes in org.apache.http.conn used by org.apache.http.conn.scheme Class Description ConnectTimeoutException A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. -
Classes in org.apache.http.conn used by org.apache.http.impl.client Class Description ClientConnectionManager Management interface forclient connections.ConnectionKeepAliveStrategy Interface for deciding how long a connection can remain idle before being reused.ManagedClientConnection A client-side connection with advanced connection logic. -
Classes in org.apache.http.conn used by org.apache.http.impl.conn Class Description ClientConnectionManager Management interface forclient connections.ClientConnectionOperator Interface for openingconnections.ClientConnectionRequest Encapsulates a request for aManagedClientConnection.ConnectionReleaseTrigger Interface for releasing a connection.ManagedClientConnection A client-side connection with advanced connection logic.OperatedClientConnection A client-side connection that relies on outside logic to connect sockets to the appropriate hosts. -
Classes in org.apache.http.conn used by org.apache.http.impl.conn.tsccm Class Description ClientConnectionManager Management interface forclient connections.ClientConnectionOperator Interface for openingconnections.ClientConnectionRequest Encapsulates a request for aManagedClientConnection.ConnectionPoolTimeoutException A timeout while waiting for an available connection from a connection manager.ConnectionReleaseTrigger Interface for releasing a connection.ManagedClientConnection A client-side connection with advanced connection logic.OperatedClientConnection A client-side connection that relies on outside logic to connect sockets to the appropriate hosts.