| 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
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.conn.AbstractPooledConnAdapter
|
||||||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new adapter.
|
||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Detaches this adapter from the wrapped connection.
|
||||||||||
|
|
|
||||||||||
|
|
Obtains the pool entry.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.conn.AbstractPooledConnAdapter
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
org.apache.http.impl.conn.AbstractClientConnAdapter
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
org.apache.http.HttpClientConnection
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
org.apache.http.HttpConnection
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
org.apache.http.HttpInetConnection
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
org.apache.http.conn.ConnectionReleaseTrigger
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
org.apache.http.conn.ManagedClientConnection
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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