Uses of Interface
org.apache.http.conn.ClientConnectionOperator
Packages that use ClientConnectionOperator
Package
Description
Default implementations of client connection management
functions.
Deprecated.
-
Uses of ClientConnectionOperator in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ClientConnectionOperatorFields in org.apache.http.impl.conn declared as ClientConnectionOperatorModifier and TypeFieldDescriptionprotected final ClientConnectionOperator
AbstractPoolEntry.connOperator
Deprecated.The connection operator.protected final ClientConnectionOperator
SingleClientConnManager.connOperator
Deprecated.The operator for opening and updating connections.Methods in org.apache.http.impl.conn that return ClientConnectionOperatorModifier and TypeMethodDescriptionprotected ClientConnectionOperator
BasicClientConnectionManager.createConnectionOperator
(SchemeRegistry schreg) Deprecated.protected ClientConnectionOperator
PoolingClientConnectionManager.createConnectionOperator
(SchemeRegistry schreg) Deprecated.Hook for creating the connection operator.protected ClientConnectionOperator
SingleClientConnManager.createConnectionOperator
(SchemeRegistry schreg) Deprecated.Hook for creating the connection operator.Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionOperatorModifierConstructorDescriptionprotected
AbstractPoolEntry
(ClientConnectionOperator connOperator, HttpRoute route) Deprecated.Creates a new pool entry. -
Uses of ClientConnectionOperator in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as ClientConnectionOperatorModifier and TypeFieldDescriptionprotected final ClientConnectionOperator
ThreadSafeClientConnManager.connOperator
Deprecated.The operator for opening and updating connections.protected final ClientConnectionOperator
ConnPoolByRoute.operator
Deprecated.Connection operator for this poolMethods in org.apache.http.impl.conn.tsccm that return ClientConnectionOperatorModifier and TypeMethodDescriptionprotected ClientConnectionOperator
ThreadSafeClientConnManager.createConnectionOperator
(SchemeRegistry schreg) Deprecated.Hook for creating the connection operator.Methods in org.apache.http.impl.conn.tsccm with parameters of type ClientConnectionOperatorModifier and TypeMethodDescriptionprotected BasicPoolEntry
ConnPoolByRoute.createEntry
(RouteSpecificPool rospl, ClientConnectionOperator op) Deprecated.Creates a new pool entry.Constructors in org.apache.http.impl.conn.tsccm with parameters of type ClientConnectionOperatorModifierConstructorDescriptionBasicPoolEntry
(ClientConnectionOperator op, HttpRoute route) Deprecated.Creates a new pool entry.BasicPoolEntry
(ClientConnectionOperator op, HttpRoute route, long connTTL, TimeUnit timeunit) Deprecated.Creates a new pool entry with a specified maximum lifetime.BasicPoolEntry
(ClientConnectionOperator op, HttpRoute route, ReferenceQueue<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, TimeUnit connTTLTimeUnit) Deprecated.ConnPoolByRoute
(ClientConnectionOperator operator, org.apache.http.params.HttpParams params) Deprecated.
PoolingHttpClientConnectionManager
.