@Contract(threading=SAFE) public class BasicNIOPoolEntry extends org.apache.http.pool.PoolEntry<org.apache.http.HttpHost,NHttpClientConnection>
PoolEntry implementation that represents an entry
in a pool of non-blocking NHttpClientConnections identified by
an HttpHost instance.HttpHost| Constructor and Description |
|---|
BasicNIOPoolEntry(java.lang.String id,
org.apache.http.HttpHost route,
NHttpClientConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
public BasicNIOPoolEntry(java.lang.String id,
org.apache.http.HttpHost route,
NHttpClientConnection conn)
public void close()
close in class org.apache.http.pool.PoolEntry<org.apache.http.HttpHost,NHttpClientConnection>public boolean isClosed()
isClosed in class org.apache.http.pool.PoolEntry<org.apache.http.HttpHost,NHttpClientConnection>