Class BasicPoolEntry


@ThreadSafe public class BasicPoolEntry extends PoolEntry<HttpHost,HttpClientConnection>
A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by an HttpHost instance.
Since:
4.2
See Also: