Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Apache.http.pool Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
AbstractConnPoolAbstract synchronous (blocking) pool of connections.Classapache.http.poolApache HttpComponents
ConnFactoryFactory for poolable blocking connections.Interfaceapache.http.poolApache HttpComponents
ConnPoolConnPool represents a shared pool connections can be leased from and released back to.Interfaceapache.http.poolApache HttpComponents
ConnPoolControlInterface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per routeInterfaceapache.http.poolApache HttpComponents
PoolEntryPool entry containing a pool connection object along with its route.Classapache.http.poolApache HttpComponents
PoolEntryCallbackPool entry callabck.Interfaceapache.http.poolApache HttpComponents
PoolStats The total number of connections in the pool is equal to available plus leased.Classapache.http.poolApache HttpComponents