Package org.apache.http.conn

Client connection management APIs.

See:
          Description

Interface Summary
ConnectionRequest Represents a request for a HttpClientConnection 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.
HttpClientConnectionManager Represents a manager of persistent client connections.
HttpConnectionFactory<T,C extends HttpConnection> Generic HttpConnection factory.
HttpRoutedConnection Deprecated. (4.3) replaced by HttpClientConnectionManager.
ManagedHttpClientConnection Represents a managed connection whose state and life cycle is managed by a connection manager.
SchemePortResolver Strategy for default port resolution for protocol schemes.
 

Class Summary
EofSensorInputStreamHC4 A stream wrapper that triggers actions on close() and EOF.
HttpInetSocketAddress Deprecated. (4.3)
 

Exception Summary
UnsupportedSchemeException Signals failure to establish connection using an unknown protocol scheme.
 

Package org.apache.http.conn Description

Client connection management APIs.