org.apache.http.impl.conn
Class SingleClientConnManager.ConnAdapter
java.lang.Object
org.apache.http.impl.conn.AbstractClientConnAdapter
org.apache.http.impl.conn.AbstractPooledConnAdapter
org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter
- All Implemented Interfaces:
- ConnectionReleaseTrigger, ManagedClientConnection, HttpClientConnection, HttpConnection, HttpInetConnection
- Enclosing class:
- SingleClientConnManager
protected class SingleClientConnManager.ConnAdapter
- extends AbstractPooledConnAdapter
The connection adapter used by this manager.
Methods inherited from class org.apache.http.impl.conn.AbstractPooledConnAdapter |
assertAttached, close, detach, getRoute, getState, layerProtocol, open, setState, shutdown, tunnelProxy, tunnelTarget |
Methods inherited from class org.apache.http.impl.conn.AbstractClientConnAdapter |
abortConnection, assertNotAborted, assertValid, flush, getLocalAddress, getLocalPort, getManager, getMetrics, getRemoteAddress, getRemotePort, getSocketTimeout, getSSLSession, getWrappedConnection, isMarkedReusable, isOpen, isResponseAvailable, isSecure, isStale, markReusable, receiveResponseEntity, receiveResponseHeader, releaseConnection, sendRequestEntity, sendRequestHeader, setIdleDuration, setSocketTimeout, unmarkReusable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleClientConnManager.ConnAdapter
protected SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry entry,
HttpRoute route)
- Creates a new connection adapter.
- Parameters:
entry
- the pool entry for the connection being wrappedroute
- the planned route for this connection
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.