java.lang.Object | |||
↳ | org.apache.http.impl.conn.AbstractClientConnAdapter | ||
↳ | org.apache.http.impl.conn.AbstractPooledConnAdapter | ||
↳ | org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter |
A connection wrapper and callback handler.
All connections given out by the manager are wrappers which
can be detach
ed to prevent further use on release.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new adapter.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Detaches this adapter from the wrapped connection.
| |||||||||||
Obtains the pool entry.
|
Creates a new adapter.
tsccm | the connection manager |
---|---|
entry | the pool entry for the connection being wrapped |
Detaches this adapter from the wrapped connection. This adapter becomes useless.
Obtains the pool entry.
null
if detached