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
Fields in org.apache.http.impl.client with type parameters of type ManagedHttpClientConnection Modifier and Type Field Description private HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection>
ProxyClient. connFactory
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 use(package private) class
CPoolProxy
class
DefaultClientConnection
Deprecated.(4.3) useManagedHttpClientConnectionFactory
.class
DefaultManagedHttpClientConnection
DefaultManagedHttpClientConnection
implementation.(package private) class
LoggingManagedHttpClientConnection
(package private) class
ManagedClientConnectionImpl
Deprecated.(4.3) useManagedHttpClientConnectionFactory
.protected class
SingleClientConnManager.ConnAdapter
Deprecated.The connection adapter used by this manager.Fields in org.apache.http.impl.conn declared as ManagedHttpClientConnection Modifier and Type Field Description private ManagedHttpClientConnection
BasicHttpClientConnectionManager. conn
Fields in org.apache.http.impl.conn with type parameters of type ManagedHttpClientConnection Modifier and Type Field Description private HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection>
BasicHttpClientConnectionManager. connFactory
private HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection>
PoolingHttpClientConnectionManager.InternalConnectionFactory. connFactory
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)
ManagedHttpClientConnection
PoolingHttpClientConnectionManager.InternalConnectionFactory. create(HttpRoute route)
(package private) ManagedHttpClientConnection
CPoolProxy. getConnection()
(package private) ManagedHttpClientConnection
CPoolProxy. getValidConnection()
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)
protected CPoolEntry
CPool. createEntry(HttpRoute route, ManagedHttpClientConnection conn)
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
CPool. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)
protected void
PoolingHttpClientConnectionManager. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)
protected void
CPool. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)
protected void
PoolingHttpClientConnectionManager. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)
Constructors in org.apache.http.impl.conn with parameters of type ManagedHttpClientConnection Constructor Description CPoolEntry(org.apache.commons.logging.Log log, java.lang.String id, HttpRoute route, ManagedHttpClientConnection conn, long timeToLive, java.util.concurrent.TimeUnit timeUnit)
-
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
-