Uses of Class
org.apache.http.impl.nio.pool.BasicNIOPoolEntry

Packages that use BasicNIOPoolEntry
org.apache.http.impl.nio.pool   
 

Uses of BasicNIOPoolEntry in org.apache.http.impl.nio.pool
 

Methods in org.apache.http.impl.nio.pool that return BasicNIOPoolEntry
protected  BasicNIOPoolEntry BasicNIOConnPool.createEntry(HttpHost host, IOSession conn)
           
 

Methods in org.apache.http.impl.nio.pool that return types with arguments of type BasicNIOPoolEntry
 Future<BasicNIOPoolEntry> BasicNIOConnPool.lease(HttpHost route, Object state)
           
 Future<BasicNIOPoolEntry> BasicNIOConnPool.lease(HttpHost route, Object state, FutureCallback<BasicNIOPoolEntry> callback)
           
 

Methods in org.apache.http.impl.nio.pool with parameters of type BasicNIOPoolEntry
protected  void BasicNIOConnPool.closeEntry(BasicNIOPoolEntry entry)
           
 

Method parameters in org.apache.http.impl.nio.pool with type arguments of type BasicNIOPoolEntry
 Future<BasicNIOPoolEntry> BasicNIOConnPool.lease(HttpHost route, Object state, FutureCallback<BasicNIOPoolEntry> callback)
           
 



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