@Deprecated class HttpPoolEntry extends org.apache.http.pool.PoolEntry<HttpRoute,OperatedClientConnection>
| Modifier and Type | Field and Description |
|---|---|
private org.apache.commons.logging.Log |
log
Deprecated.
|
private RouteTracker |
tracker
Deprecated.
|
| Constructor and Description |
|---|
HttpPoolEntry(org.apache.commons.logging.Log log,
java.lang.String id,
HttpRoute route,
OperatedClientConnection conn,
long timeToLive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
(package private) HttpRoute |
getEffectiveRoute()
Deprecated.
|
(package private) HttpRoute |
getPlannedRoute()
Deprecated.
|
(package private) RouteTracker |
getTracker()
Deprecated.
|
boolean |
isClosed()
Deprecated.
|
boolean |
isExpired(long now)
Deprecated.
|
private final org.apache.commons.logging.Log log
private final RouteTracker tracker
public HttpPoolEntry(org.apache.commons.logging.Log log,
java.lang.String id,
HttpRoute route,
OperatedClientConnection conn,
long timeToLive,
java.util.concurrent.TimeUnit tunit)
public boolean isExpired(long now)
isExpired in class org.apache.http.pool.PoolEntry<HttpRoute,OperatedClientConnection>RouteTracker getTracker()
HttpRoute getPlannedRoute()
HttpRoute getEffectiveRoute()
public boolean isClosed()
isClosed in class org.apache.http.pool.PoolEntry<HttpRoute,OperatedClientConnection>public void close()
close in class org.apache.http.pool.PoolEntry<HttpRoute,OperatedClientConnection>