| Interface | Description |
|---|---|
| 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 org.apache.http.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 | Description |
|---|---|
| EofSensorInputStreamHC4 |
A stream wrapper that triggers actions on
close() and EOF. |
| HttpInetSocketAddress | Deprecated
(4.3)
|
| Exception | Description |
|---|---|
| UnsupportedSchemeException |
Signals failure to establish connection using an unknown protocol scheme.
|
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.