Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConnectionOperator
Default implementation of a
ClientConnectionOperator . |
Modifier and Type | Field and Description |
---|---|
protected ClientConnectionOperator |
AbstractPoolEntry.connOperator
The connection operator.
|
protected ClientConnectionOperator |
SingleClientConnManager.connOperator
The operator for opening and updating connections.
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Hook for creating the connection operator.
|
Constructor and Description |
---|
AbstractPoolEntry(ClientConnectionOperator connOperator,
HttpRoute route)
Creates a new pool entry.
|
Modifier and Type | Field and Description |
---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.connOperator
The operator for opening and updating connections.
|
protected ClientConnectionOperator |
ConnPoolByRoute.operator
Connection operator for this pool
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Hook for creating the connection operator.
|
Modifier and Type | Method and Description |
---|---|
protected BasicPoolEntry |
ConnPoolByRoute.createEntry(RouteSpecificPool rospl,
ClientConnectionOperator op)
Creates a new pool entry.
|
Constructor and Description |
---|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route)
Creates a new pool entry.
|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route,
long connTTL,
TimeUnit timeunit)
Creates a new pool entry with a specified maximum lifetime.
|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route,
ReferenceQueue<Object> queue)
Deprecated.
do not use
|
ConnPoolByRoute(ClientConnectionOperator operator,
ConnPerRoute connPerRoute,
int maxTotalConnections)
Creates a new connection pool, managed by route.
|
ConnPoolByRoute(ClientConnectionOperator operator,
ConnPerRoute connPerRoute,
int maxTotalConnections,
long connTTL,
TimeUnit connTTLTimeUnit) |
ConnPoolByRoute(ClientConnectionOperator operator,
org.apache.http.params.HttpParams params)
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.