Uses of Interface
org.apache.http.conn.ManagedHttpClientConnection
-
Packages that use ManagedHttpClientConnection Package Description org.apache.http.conn Client connection management APIs.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of ManagedHttpClientConnection in org.apache.http.conn
Subinterfaces of ManagedHttpClientConnection in org.apache.http.conn Modifier and Type Interface Description interface
ManagedClientConnection
Deprecated.(4.3) replaced byHttpClientConnectionManager
.Methods in org.apache.http.conn with parameters of type ManagedHttpClientConnection Modifier and Type Method Description void
HttpClientConnectionOperator. connect(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, java.net.InetSocketAddress localAddress, int connectTimeout, org.apache.http.config.SocketConfig socketConfig, org.apache.http.protocol.HttpContext context)
void
HttpClientConnectionOperator. upgrade(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, org.apache.http.protocol.HttpContext context)
-
Uses of ManagedHttpClientConnection in org.apache.http.impl.client
Constructor parameters in org.apache.http.impl.client with type arguments of type ManagedHttpClientConnection Constructor Description ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory, org.apache.http.config.ConnectionConfig connectionConfig, RequestConfig requestConfig)
-
Uses of ManagedHttpClientConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ManagedHttpClientConnection Modifier and Type Class Description class
AbstractClientConnAdapter
Deprecated.(4.2) do not useclass
AbstractPooledConnAdapter
Deprecated.(4.2) do not useclass
DefaultClientConnection
Deprecated.(4.3) useManagedHttpClientConnectionFactory
.class
DefaultManagedHttpClientConnection
DefaultManagedHttpClientConnection
implementation.protected class
SingleClientConnManager.ConnAdapter
Deprecated.The connection adapter used by this manager.Methods in org.apache.http.impl.conn that return ManagedHttpClientConnection Modifier and Type Method Description ManagedHttpClientConnection
ManagedHttpClientConnectionFactory. create(HttpRoute route, org.apache.http.config.ConnectionConfig config)
Methods in org.apache.http.impl.conn with parameters of type ManagedHttpClientConnection Modifier and Type Method Description void
DefaultHttpClientConnectionOperator. connect(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, java.net.InetSocketAddress localAddress, int connectTimeout, org.apache.http.config.SocketConfig socketConfig, org.apache.http.protocol.HttpContext context)
void
DefaultHttpClientConnectionOperator. upgrade(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, org.apache.http.protocol.HttpContext context)
Method parameters in org.apache.http.impl.conn with type arguments of type ManagedHttpClientConnection Modifier and Type Method Description protected void
PoolingHttpClientConnectionManager. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)
protected void
PoolingHttpClientConnectionManager. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)
-
Uses of ManagedHttpClientConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement ManagedHttpClientConnection Modifier and Type Class Description class
BasicPooledConnAdapter
Deprecated.(4.2) do not use
-