Class SingleClientConnManager.ConnAdapter

All Implemented Interfaces:
Closeable, AutoCloseable, ConnectionReleaseTrigger, HttpRoutedConnection, ManagedClientConnection, ManagedHttpClientConnection, org.apache.http.HttpClientConnection, org.apache.http.HttpConnection, org.apache.http.HttpInetConnection, org.apache.http.protocol.HttpContext
Enclosing class:
SingleClientConnManager

protected class SingleClientConnManager.ConnAdapter extends AbstractPooledConnAdapter
The connection adapter used by this manager.
  • Constructor Details

    • ConnAdapter

      protected ConnAdapter(SingleClientConnManager.PoolEntry entry, HttpRoute route)
      Creates a new connection adapter.
      Parameters:
      entry - the pool entry for the connection being wrapped
      route - the planned route for this connection