@Deprecated public class BasicPooledConnAdapter extends AbstractPooledConnAdapter
detach
ed to prevent further use on release.poolEntry
Modifier | Constructor and Description |
---|---|
protected |
BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm,
AbstractPoolEntry entry)
Deprecated.
Creates a new adapter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
detach()
Deprecated.
Detaches this adapter from the wrapped connection.
|
protected ClientConnectionManager |
getManager()
Deprecated.
|
protected AbstractPoolEntry |
getPoolEntry()
Deprecated.
Obtains the pool entry.
|
assertAttached, assertValid, close, getId, getRoute, getState, layerProtocol, open, setState, shutdown, tunnelProxy, tunnelTarget
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, unmarkReusable
protected BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm, AbstractPoolEntry entry)
tsccm
- the connection managerentry
- the pool entry for the connection being wrappedprotected ClientConnectionManager getManager()
getManager
in class AbstractClientConnAdapter
protected AbstractPoolEntry getPoolEntry()
AbstractPooledConnAdapter
getPoolEntry
in class AbstractPooledConnAdapter
null
if detachedprotected void detach()
AbstractPooledConnAdapter
detach
in class AbstractPooledConnAdapter
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.