Class BasicNIOPoolEntry

java.lang.Object
org.apache.http.pool.PoolEntry<HttpHost,NHttpClientConnection>
org.apache.http.impl.nio.pool.BasicNIOPoolEntry

@Contract(threading=SAFE) public class BasicNIOPoolEntry extends PoolEntry<HttpHost,NHttpClientConnection>
A basic PoolEntry implementation that represents an entry in a pool of non-blocking NHttpClientConnections identified by an HttpHost instance.
Since:
4.2
See Also:
  • Field Details

    • socketTimeout

      private volatile int socketTimeout
  • Constructor Details

  • Method Details