Package org.apache.http.impl.conn
Class SingleClientConnManager.PoolEntry
- java.lang.Object
-
- org.apache.http.impl.conn.AbstractPoolEntry
-
- org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
- Enclosing class:
- SingleClientConnManager
protected class SingleClientConnManager.PoolEntry extends AbstractPoolEntry
The pool entry for this connection manager.
-
-
Field Summary
-
Fields inherited from class org.apache.http.impl.conn.AbstractPoolEntry
connection, connOperator, route, state, tracker
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PoolEntry()
Creates a new pool entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
close()
Closes the connection in this pool entry.protected void
shutdown()
Shuts down the connection in this pool entry.-
Methods inherited from class org.apache.http.impl.conn.AbstractPoolEntry
getState, layerProtocol, open, setState, shutdownEntry, tunnelProxy, tunnelTarget
-
-