Uses of Package
org.apache.http.impl.conn
-
Packages that use org.apache.http.impl.conn Package Description org.apache.http.client.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated. -
Classes in org.apache.http.impl.conn used by org.apache.http.client.fluent Class Description PoolingHttpClientConnectionManager ClientConnectionPoolManager
maintains a pool ofHttpClientConnection
s and is able to service connection requests from multiple execution threads. -
Classes in org.apache.http.impl.conn used by org.apache.http.impl.conn Class Description AbstractClientConnAdapter Deprecated.(4.2) do not useAbstractPooledConnAdapter Deprecated.(4.2) do not useAbstractPoolEntry Deprecated.(4.2) do not useConnectionShutdownException Signals that the connection has been shut down or released back to the the connection poolCPool CPoolEntry CPoolProxy DefaultHttpResponseParserFactory Default factory for response message parsers.DefaultManagedHttpClientConnection DefaultManagedHttpClientConnection
implementation.DefaultRoutePlanner Default implementation of anHttpRoutePlanner
.DefaultSchemePortResolver DefaultSchemePortResolver
.HttpConnPool Deprecated.(4.3) no longer used.HttpPoolEntry Deprecated.(4.3) no longer used.IdleConnectionHandler.TimeValues Deprecated.ManagedClientConnectionImpl Deprecated.(4.3) useManagedHttpClientConnectionFactory
.ManagedHttpClientConnectionFactory Factory forManagedHttpClientConnection
instances.PoolingHttpClientConnectionManager.ConfigData SingleClientConnManager.ConnAdapter Deprecated.The connection adapter used by this manager.SingleClientConnManager.PoolEntry Deprecated.The pool entry for this connection manager.SystemDefaultDnsResolver DNS resolver that uses the default OS implementation for resolving host names.Wire Logs data to the wire LOG. -
Classes in org.apache.http.impl.conn used by org.apache.http.impl.conn.tsccm Class Description AbstractClientConnAdapter Deprecated.(4.2) do not useAbstractPooledConnAdapter Deprecated.(4.2) do not useAbstractPoolEntry Deprecated.(4.2) do not useIdleConnectionHandler Deprecated.(4.1) no longer used