Class SingleClientConnManager.PoolEntry

java.lang.Object
org.apache.http.impl.conn.AbstractPoolEntry
org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
Enclosing class:
SingleClientConnManager

protected class SingleClientConnManager.PoolEntry extends AbstractPoolEntry
The pool entry for this connection manager.
  • Constructor Details

    • PoolEntry

      protected PoolEntry()
      Creates a new pool entry.
  • Method Details

    • 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