|
||||||||||
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.SingleClientConnManager.PoolEntry
protected class SingleClientConnManager.PoolEntry
The pool entry for this connection manager.
Field Summary | |
---|---|
protected HttpRoute |
plannedRoute
The route for which this entry gets allocated. |
Fields inherited from class org.apache.http.impl.conn.AbstractPoolEntry |
---|
connection, tracker |
Constructor Summary | |
---|---|
protected |
SingleClientConnManager.PoolEntry(OperatedClientConnection occ)
Creates a new pool entry. |
Method Summary | |
---|---|
protected void |
close()
Closes the connection in this pool entry. |
protected ClientConnectionOperator |
getOperator()
Obtains the connection operator . |
protected void |
shutdown()
Shuts down the connection in this pool entry. |
Methods inherited from class org.apache.http.impl.conn.AbstractPoolEntry |
---|
closing, layerProtocol, open, tunnelCreated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HttpRoute plannedRoute
Constructor Detail |
---|
protected SingleClientConnManager.PoolEntry(OperatedClientConnection occ)
occ
- the underlying connection for this entryMethod Detail |
---|
protected ClientConnectionOperator getOperator()
AbstractPoolEntry
operator
.
getOperator
in class AbstractPoolEntry
protected void close() throws java.io.IOException
java.io.IOException
protected void shutdown() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |