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
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 -
Method Summary
Methods inherited from class org.apache.http.impl.conn.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
-