Package org.apache.http.impl.conn.tsccm
Class BasicPooledConnAdapter
- java.lang.Object
-
- org.apache.http.impl.conn.AbstractClientConnAdapter
-
- org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,ConnectionReleaseTrigger
,HttpRoutedConnection
,ManagedClientConnection
,ManagedHttpClientConnection
,HttpClientConnection
,HttpConnection
,HttpInetConnection
,HttpContext
@Deprecated public class BasicPooledConnAdapter extends AbstractPooledConnAdapter
Deprecated.(4.2) do not useA connection wrapper and callback handler. All connections given out by the manager are wrappers which can bedetach
ed to prevent further use on release.- Since:
- 4.0
-
-
Field Summary
-
Fields inherited from interface org.apache.http.protocol.HttpContext
RESERVED_PREFIX
-
-
Method Summary
-
Methods inherited from class org.apache.http.impl.conn.AbstractPooledConnAdapter
close, getId, getRoute, getState, layerProtocol, open, setState, shutdown, tunnelProxy, tunnelTarget
-
Methods inherited from class org.apache.http.impl.conn.AbstractClientConnAdapter
abortConnection, bind, flush, getAttribute, getLocalAddress, getLocalPort, getMetrics, getRemoteAddress, getRemotePort, getSocket, getSocketTimeout, getSSLSession, isMarkedReusable, isOpen, isResponseAvailable, isSecure, isStale, markReusable, receiveResponseEntity, receiveResponseHeader, releaseConnection, removeAttribute, sendRequestEntity, sendRequestHeader, setAttribute, setIdleDuration, setSocketTimeout, unmarkReusable
-
-