Uses of Interface
org.apache.http.conn.ClientConnectionOperator
-
Packages that use ClientConnectionOperator Package Description org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of ClientConnectionOperator in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ClientConnectionOperator Modifier and Type Class Description classDefaultClientConnectionOperatorDeprecated.(4.3) usePoolingHttpClientConnectionManager.Fields in org.apache.http.impl.conn declared as ClientConnectionOperator Modifier and Type Field Description protected ClientConnectionOperatorAbstractPoolEntry. connOperatorDeprecated.The connection operator.private ClientConnectionOperatorBasicClientConnectionManager. connOperatorDeprecated.The operator for opening and updating connections.private ClientConnectionOperatorHttpConnPool.InternalConnFactory. connOperatorprotected ClientConnectionOperatorSingleClientConnManager. connOperatorDeprecated.The operator for opening and updating connections.private ClientConnectionOperatorManagedClientConnectionImpl. operatorDeprecated.private ClientConnectionOperatorPoolingClientConnectionManager. operatorDeprecated.Methods in org.apache.http.impl.conn that return ClientConnectionOperator Modifier and Type Method Description protected ClientConnectionOperatorBasicClientConnectionManager. createConnectionOperator(SchemeRegistry schreg)Deprecated.protected ClientConnectionOperatorPoolingClientConnectionManager. createConnectionOperator(SchemeRegistry schreg)Deprecated.Hook for creating the connection operator.protected ClientConnectionOperatorSingleClientConnManager. createConnectionOperator(SchemeRegistry schreg)Deprecated.Hook for creating the connection operator.Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionOperator Constructor Description AbstractPoolEntry(ClientConnectionOperator connOperator, HttpRoute route)Deprecated.Creates a new pool entry.HttpConnPool(org.apache.commons.logging.Log log, ClientConnectionOperator connOperator, int defaultMaxPerRoute, int maxTotal, long timeToLive, java.util.concurrent.TimeUnit timeUnit)Deprecated.InternalConnFactory(ClientConnectionOperator connOperator)ManagedClientConnectionImpl(ClientConnectionManager manager, ClientConnectionOperator operator, HttpPoolEntry entry)Deprecated. -
Uses of ClientConnectionOperator in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as ClientConnectionOperator Modifier and Type Field Description protected ClientConnectionOperatorThreadSafeClientConnManager. connOperatorDeprecated.The operator for opening and updating connections.protected ClientConnectionOperatorConnPoolByRoute. operatorDeprecated.Connection operator for this poolMethods in org.apache.http.impl.conn.tsccm that return ClientConnectionOperator Modifier and Type Method Description protected ClientConnectionOperatorThreadSafeClientConnManager. createConnectionOperator(SchemeRegistry schreg)Deprecated.Hook for creating the connection operator.Methods in org.apache.http.impl.conn.tsccm with parameters of type ClientConnectionOperator Modifier and Type Method Description protected BasicPoolEntryConnPoolByRoute. createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)Deprecated.Creates a new pool entry.Constructors in org.apache.http.impl.conn.tsccm with parameters of type ClientConnectionOperator Constructor Description BasicPoolEntry(ClientConnectionOperator op, HttpRoute route)Deprecated.Creates a new pool entry.BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, long connTTL, java.util.concurrent.TimeUnit timeunit)Deprecated.Creates a new pool entry with a specified maximum lifetime.BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, java.lang.ref.ReferenceQueue<java.lang.Object> queue)Deprecated.ConnPoolByRoute(ClientConnectionOperator operator, ConnPerRoute connPerRoute, int maxTotalConnections)Deprecated.Creates a new connection pool, managed by route.ConnPoolByRoute(ClientConnectionOperator operator, ConnPerRoute connPerRoute, int maxTotalConnections, long connTTL, java.util.concurrent.TimeUnit connTTLTimeUnit)Deprecated.ConnPoolByRoute(ClientConnectionOperator operator, org.apache.http.params.HttpParams params)Deprecated.
-