|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.conn.AbstractPoolEntry
org.apache.http.impl.conn.tsccm.BasicPoolEntry
public class BasicPoolEntry
Basic implementation of a connection pool entry.
Field Summary |
---|
Fields inherited from class org.apache.http.impl.conn.AbstractPoolEntry |
---|
connection, connOperator, route, state, tracker |
Constructor Summary | |
---|---|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route,
java.lang.ref.ReferenceQueue<java.lang.Object> queue)
Creates a new pool entry. |
Method Summary | |
---|---|
protected OperatedClientConnection |
getConnection()
|
protected HttpRoute |
getPlannedRoute()
|
protected BasicPoolEntryRef |
getWeakRef()
|
Methods inherited from class org.apache.http.impl.conn.AbstractPoolEntry |
---|
getState, layerProtocol, open, setState, shutdownEntry, tunnelProxy, tunnelTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, java.lang.ref.ReferenceQueue<java.lang.Object> queue)
op
- the connection operatorroute
- the planned route for the connectionqueue
- the reference queue for tracking GC of this entry,
or null
Method Detail |
---|
protected final OperatedClientConnection getConnection()
protected final HttpRoute getPlannedRoute()
protected final BasicPoolEntryRef getWeakRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |