Package | Description |
---|---|
org.apache.http.conn |
The client-side connection management and handling API that provides interfaces
and implementations for opening and managing client side HTTP connections.
|
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Method and Description |
---|---|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout,
TimeUnit tunit)
Obtains a connection within a given time.
|
Modifier and Type | Method and Description |
---|---|
BasicPoolEntry |
AbstractConnPool.getEntry(HttpRoute route,
Object state,
long timeout,
TimeUnit tunit)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
protected BasicPoolEntry |
ConnPoolByRoute.getEntryBlocking(HttpRoute route,
Object state,
long timeout,
TimeUnit tunit,
WaitingThreadAborter aborter)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
BasicPoolEntry |
PoolEntryRequest.getPoolEntry(long timeout,
TimeUnit tunit)
Deprecated.
Obtains a pool entry with a connection within the given timeout.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.