Package org.apache.http.conn
Client connection management APIs.
-
Interface Summary Interface Description ClientConnectionManager Deprecated. (4.3) replaced byHttpClientConnectionManager
.ClientConnectionManagerFactory Deprecated. (4.3) replaced byHttpClientConnectionManager
.ClientConnectionOperator Deprecated. (4.3) replaced byHttpClientConnectionManager
.ClientConnectionRequest Deprecated. (4.3) replaced byConnectionRequest
.ConnectionKeepAliveStrategy Interface for deciding how long a connection can remain idle before being reused.ConnectionReleaseTrigger Interface for releasing a connection.ConnectionRequest Represents a request for aHttpClientConnection
whose life cycle is managed by a connection manager.DnsResolver Users may implement this interface to override the normal DNS lookup offered by the OS.EofSensorWatcher A watcher forEofSensorInputStream
.HttpClientConnectionManager Represents a manager of persistent client connections.HttpClientConnectionOperator Connection operator that performs connection connect and upgrade operations.HttpConnectionFactory<T,C extends HttpConnection> GenericHttpConnection
factory.HttpRoutedConnection Deprecated. (4.3) replaced byHttpClientConnectionManager
.ManagedClientConnection Deprecated. (4.3) replaced byHttpClientConnectionManager
.ManagedHttpClientConnection Represents a managed connection whose state and life cycle is managed by a connection manager.OperatedClientConnection Deprecated. (4.3) replaced byHttpClientConnectionManager
.SchemePortResolver Strategy for default port resolution for protocol schemes. -
Class Summary Class Description BasicEofSensorWatcher Deprecated. (4.3) do not use.BasicManagedEntity Deprecated. (4.3) do not use.EofSensorInputStream A stream wrapper that triggers actions onclose()
and EOF.HttpInetSocketAddress Deprecated. (4.3)MultihomePlainSocketFactory Deprecated. (4.1) Do not use. -
Exception Summary Exception Description ConnectionPoolTimeoutException A timeout while waiting for an available connection from a connection manager.ConnectTimeoutException A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.HttpHostConnectException AConnectException
that specifies theHttpHost
that was being connected to.UnsupportedSchemeException Signals failure to establish connection using an unknown protocol scheme.