org.apache.http.impl.conn
Class SingleClientConnManager.PoolEntry

java.lang.Object
  extended by org.apache.http.impl.conn.AbstractPoolEntry
      extended by 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, plannedRoute, 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, tunnelProxy, tunnelTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleClientConnManager.PoolEntry

protected SingleClientConnManager.PoolEntry(OperatedClientConnection occ)
Creates a new pool entry.

Parameters:
occ - the underlying connection for this entry
Method Detail

getOperator

protected ClientConnectionOperator getOperator()
Description copied from class: AbstractPoolEntry
Obtains the connection operator.

Specified by:
getOperator in class AbstractPoolEntry
Returns:
the operator for opening connections and layering protocols

close

protected void close()
              throws java.io.IOException
Closes the connection in this pool entry.

Throws:
java.io.IOException

shutdown

protected void shutdown()
                 throws java.io.IOException
Shuts down the connection in this pool entry.

Throws:
java.io.IOException


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.