Package org.apache.http.impl.conn
package org.apache.http.impl.conn
Default implementations of client connection management
functions.
-
ClassDescriptionDeprecated.(4.2) do not useDeprecated.(4.2) do not useDeprecated.(4.2) do not useDeprecated.(4.3) use
BasicHttpClientConnectionManager
.A connection manager for a single connection.Signals that the connection has been shut down or released back to the the connection poolDeprecated.(4.3) useManagedHttpClientConnectionFactory
.Deprecated.(4.3) usePoolingHttpClientConnectionManager
.Default implementation ofHttpClientConnectionOperator
used as default in Http client, when no instance provided by user toBasicHttpClientConnectionManager
orPoolingHttpClientConnectionManager
constructor.Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.Default factory for response message parsers.Deprecated.(4.3) useDefaultRoutePlanner
DefaultManagedHttpClientConnection
implementation.Implementation of anHttpRoutePlanner
that routes requests through a default proxy.Deprecated.(4.2) useDefaultHttpResponseParser
Default implementation of anHttpRoutePlanner
.DefaultSchemePortResolver
.Deprecated.(4.1) no longer usedIn-memoryDnsResolver
implementation.Deprecated.(4.3) no longer used.Deprecated.(4.3) no longer used.Factory forManagedHttpClientConnection
instances.Deprecated.(4.3) usePoolingHttpClientConnectionManager
.ClientConnectionPoolManager
maintains a pool ofHttpClientConnection
s and is able to service connection requests from multiple execution threads.Deprecated.(4.3) useSystemDefaultRoutePlanner
Deprecated.(4.3) useHttpClientBuilder
.Deprecated.(4.2) useBasicClientConnectionManager
DNS resolver that uses the default OS implementation for resolving host names.HttpRoutePlanner
implementation based onProxySelector
.Logs data to the wire LOG.