Package org.apache.http.impl.conn.tsccm
Class BasicPoolEntry
java.lang.Object
org.apache.http.impl.conn.AbstractPoolEntry
org.apache.http.impl.conn.tsccm.BasicPoolEntry
public class BasicPoolEntry extends AbstractPoolEntry
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
Constructors Constructor Description BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, ReferenceQueue<Object> queue)Creates a new pool entry. -
Method Summary
Modifier and Type Method Description protected OperatedClientConnectiongetConnection()protected HttpRoutegetPlannedRoute()protected BasicPoolEntryRefgetWeakRef()Methods inherited from class org.apache.http.impl.conn.AbstractPoolEntry
getState, layerProtocol, open, setState, shutdownEntry, tunnelProxy, tunnelTarget
-
Constructor Details
-
BasicPoolEntry
Creates a new pool entry.- Parameters:
op- the connection operatorroute- the planned route for the connectionqueue- the reference queue for tracking GC of this entry, ornull
-
-
Method Details
-
getConnection
-
getPlannedRoute
-
getWeakRef
-