Uses of Package
org.apache.http.pool

Packages that use org.apache.http.pool
org.apache.http.impl.nio.pool   
org.apache.http.impl.pool   
org.apache.http.nio.pool   
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
org.apache.http.pool   
 

Classes in org.apache.http.pool used by org.apache.http.impl.nio.pool
ConnPool
          Abstract connection pool.
ConnPoolControl
          Interface to control runtime properties of a connection pool such as maximum total number of connections or maximum connections per route allowed.
PoolEntry
          Pool entry containing a connection object along with its route information.
 

Classes in org.apache.http.pool used by org.apache.http.impl.pool
AbstractConnPool
          Abstract blocking connection pool.
ConnFactory
           
ConnPool
          Abstract connection pool.
ConnPoolControl
          Interface to control runtime properties of a connection pool such as maximum total number of connections or maximum connections per route allowed.
PoolEntry
          Pool entry containing a connection object along with its route information.
 

Classes in org.apache.http.pool used by org.apache.http.nio.pool
ConnPool
          Abstract connection pool.
ConnPoolControl
          Interface to control runtime properties of a connection pool such as maximum total number of connections or maximum connections per route allowed.
PoolEntry
          Pool entry containing a connection object along with its route information.
PoolStats
          Pool statistics.
 

Classes in org.apache.http.pool used by org.apache.http.nio.protocol
ConnPool
          Abstract connection pool.
PoolEntry
          Pool entry containing a connection object along with its route information.
 

Classes in org.apache.http.pool used by org.apache.http.pool
ConnFactory
           
ConnPool
          Abstract connection pool.
ConnPoolControl
          Interface to control runtime properties of a connection pool such as maximum total number of connections or maximum connections per route allowed.
PoolEntry
          Pool entry containing a connection object along with its route information.
PoolStats
          Pool statistics.
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.