java.io.Closeable, java.lang.AutoCloseable, ConnectionReleaseTrigger, HttpRoutedConnection, ManagedClientConnection, ManagedHttpClientConnection, org.apache.http.HttpClientConnection, org.apache.http.HttpConnection, org.apache.http.HttpInetConnection@Deprecated public class BasicPooledConnAdapter extends AbstractPooledConnAdapter
detached to prevent further use on release.poolEntry| Modifier | Constructor | Description |
|---|---|---|
protected |
BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm,
AbstractPoolEntry entry) |
Deprecated.
Creates a new adapter.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
detach() |
Deprecated.
Detaches this adapter from the wrapped connection.
|
protected ClientConnectionManager |
getManager() |
Deprecated.
|
protected AbstractPoolEntry |
getPoolEntry() |
Deprecated.
Obtains the pool entry.
|
abortConnection, assertNotAborted, assertValid, bind, flush, getAttribute, getLocalAddress, getLocalPort, getMetrics, getRemoteAddress, getRemotePort, getSocket, getSocketTimeout, getSSLSession, getWrappedConnection, isMarkedReusable, isOpen, isReleased, isResponseAvailable, isSecure, isStale, markReusable, receiveResponseEntity, receiveResponseHeader, releaseConnection, removeAttribute, sendRequestEntity, sendRequestHeader, setAttribute, setIdleDuration, setSocketTimeout, unmarkReusableassertAttached, assertValid, close, getId, getRoute, getState, layerProtocol, open, setState, shutdown, tunnelProxy, tunnelTargetprotected BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm, AbstractPoolEntry entry)
tsccm - the connection managerentry - the pool entry for the connection being wrappedprotected ClientConnectionManager getManager()
getManager in class AbstractClientConnAdapterprotected AbstractPoolEntry getPoolEntry()
AbstractPooledConnAdaptergetPoolEntry in class AbstractPooledConnAdapternull if detachedprotected void detach()
AbstractPooledConnAdapterdetach in class AbstractPooledConnAdapter