| java.lang.Object | ||
| ↳ | org.apache.http.impl.conn.AbstractPoolEntry | |
| ↳ | org.apache.http.impl.conn.tsccm.BasicPoolEntry | |
Basic implementation of a connection pool entry.
|
[Expand]
Inherited Fields
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.conn.AbstractPoolEntry
|
|||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new pool entry.
|
||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.conn.AbstractPoolEntry
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
Creates a new pool entry.
| op | the connection operator |
|---|---|
| route | the planned route for the connection |
| queue |
the reference queue for tracking GC of this entry,
or
null
|