Since: API Level 1
package

org.apache.http.conn

Classes | Description

The client-side connection management and handling API at the heart of what is referred to as HttpConn.

more...

Interfaces

ClientConnectionManagerManagement interface for client connections
ClientConnectionManagerFactoryA factory for creating new ClientConnectionManager instances. 
ClientConnectionOperatorInterface for opening connections
ClientConnectionRequestEncapsulates a request for a ManagedClientConnection
ConnectionKeepAliveStrategyInterface for deciding how long a connection can remain idle before being reused. 
ConnectionReleaseTriggerInterface for releasing a connection. 
EofSensorWatcherA watcher for EofSensorInputStream
ManagedClientConnectionA client-side connection with advanced connection logic. 
OperatedClientConnectionA client-side connection that relies on outside logic to connect sockets to the appropriate hosts. 

Classes

BasicEofSensorWatcherBasic implementation of EofSensorWatcher
BasicManagedEntityAn entity that releases a connection
EofSensorInputStreamA stream wrapper that triggers actions on close() and EOF. 
MultihomePlainSocketFactorySocket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses. 

Exceptions

ConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager. 
ConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. 
HttpHostConnectExceptionA ConnectException that specifies the HttpHost that was being connected to.