|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicPoolEntry | |
---|---|
org.apache.http.impl.conn.tsccm | The implementation of a thread-safe client connection manager. |
Uses of BasicPoolEntry in org.apache.http.impl.conn.tsccm |
---|
Methods in org.apache.http.impl.conn.tsccm that return BasicPoolEntry | |
---|---|
BasicPoolEntry |
RouteSpecificPool.allocEntry()
Obtains a free entry from this pool, if one is available. |
protected BasicPoolEntry |
ConnPoolByRoute.createEntry(RouteSpecificPool rospl,
ClientConnectionOperator op)
Creates a new pool entry. |
BasicPoolEntry |
ConnPoolByRoute.getEntry(HttpRoute route,
long timeout,
ClientConnectionOperator operator)
|
abstract BasicPoolEntry |
AbstractConnPool.getEntry(HttpRoute route,
long timeout,
ClientConnectionOperator operator)
Obtains a pool entry with a connection within the given timeout. |
protected BasicPoolEntry |
ConnPoolByRoute.getFreeEntry(RouteSpecificPool rospl)
If available, get a free pool entry for a route. |
Methods in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntry | |
---|---|
void |
RouteSpecificPool.createdEntry(BasicPoolEntry entry)
Indicates creation of an entry for this pool. |
boolean |
RouteSpecificPool.deleteEntry(BasicPoolEntry entry)
Deletes an entry from this pool. |
protected void |
ConnPoolByRoute.deleteEntry(BasicPoolEntry entry)
Deletes a given pool entry. |
void |
RouteSpecificPool.freeEntry(BasicPoolEntry entry)
Returns an allocated entry to this pool. |
void |
ConnPoolByRoute.freeEntry(BasicPoolEntry entry)
|
abstract void |
AbstractConnPool.freeEntry(BasicPoolEntry entry)
Returns an entry into the pool. |
Constructors in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntry | |
---|---|
BasicPoolEntryRef(BasicPoolEntry entry,
java.lang.ref.ReferenceQueue queue)
Creates a new reference to a pool entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |