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

java.lang.Object
  extended by org.apache.http.impl.conn.AbstractClientConnAdapter
      extended by org.apache.http.impl.conn.AbstractPooledConnAdapter
          extended by org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter
All Implemented Interfaces:
ConnectionReleaseTrigger, ManagedClientConnection, org.apache.http.HttpClientConnection, org.apache.http.HttpConnection, org.apache.http.HttpInetConnection
Enclosing class:
SingleClientConnManager

protected class SingleClientConnManager.ConnAdapter
extends AbstractPooledConnAdapter

The connection adapter used by this manager.


Field Summary
 
Fields inherited from class org.apache.http.impl.conn.AbstractPooledConnAdapter
poolEntry
 
Fields inherited from class org.apache.http.impl.conn.AbstractClientConnAdapter
connManager, markedReusable, wrappedConnection
 
Constructor Summary
protected SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry entry, HttpRoute plan)
          Creates a new connection adapter.
 
Method Summary
 
Methods inherited from class org.apache.http.impl.conn.AbstractPooledConnAdapter
assertAttached, close, detach, getRoute, layerProtocol, open, shutdown, tunnelCreated
 
Methods inherited from class org.apache.http.impl.conn.AbstractClientConnAdapter
abortConnection, assertWrappedConn, flush, getLocalAddress, getLocalPort, getMetrics, getRemoteAddress, getRemotePort, getSocketTimeout, isMarkedReusable, isOpen, isResponseAvailable, isSecure, isStale, markReusable, receiveResponseEntity, receiveResponseHeader, releaseConnection, sendRequestEntity, sendRequestHeader, setSocketTimeout, unmarkReusable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.http.conn.ManagedClientConnection
isMarkedReusable, isSecure, markReusable, unmarkReusable
 
Methods inherited from interface org.apache.http.HttpClientConnection
flush, isResponseAvailable, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeader
 
Methods inherited from interface org.apache.http.HttpConnection
getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout
 
Methods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
 
Methods inherited from interface org.apache.http.HttpConnection
getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout
 
Methods inherited from interface org.apache.http.conn.ConnectionReleaseTrigger
abortConnection, releaseConnection
 

Constructor Detail

SingleClientConnManager.ConnAdapter

protected SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry entry,
                                              HttpRoute plan)
Creates a new connection adapter.

Parameters:
entry - the pool entry for the connection being wrapped
plan - the planned route for this connection


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