org.apache.http.impl.conn
Class SingleClientConnManager.PoolEntry
java.lang.Object
   org.apache.http.impl.conn.AbstractPoolEntry
org.apache.http.impl.conn.AbstractPoolEntry
       org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
- Enclosing class:
- SingleClientConnManager
- protected class SingleClientConnManager.PoolEntry 
- extends AbstractPoolEntry
The pool entry for this connection manager.
 
 
 
| Method Summary | 
| 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 java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SingleClientConnManager.PoolEntry
protected SingleClientConnManager.PoolEntry()
- Creates a new pool entry.
 
close
protected void close()
              throws IOException
- Closes the connection in this pool entry.
 
- 
- Throws:
- IOException
 
shutdown
protected void shutdown()
                 throws IOException
- Shuts down the connection in this pool entry.
 
- 
- Throws:
- IOException
 
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.