Class SingleClientConnManager.PoolEntry
java.lang.Object
org.apache.http.impl.conn.AbstractPoolEntry
org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
- Enclosing class:
SingleClientConnManager
The pool entry for this connection manager.
- Since:
- 4.0
-
Field Summary
Fields inherited from class AbstractPoolEntry
connection, connOperator, route, state, tracker -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPoolEntry
getState, layerProtocol, open, setState, shutdownEntry, tunnelProxy, tunnelTarget
-
Constructor Details
-
PoolEntry
protected PoolEntry()Creates a new pool entry.
-
-
Method Details
-
close
Closes the connection in this pool entry.- Throws:
IOException
-
shutdown
Shuts down the connection in this pool entry.- Throws:
IOException
-