Uses of Class
org.apache.http.impl.nio.pool.BasicNIOPoolEntry
-
Packages that use BasicNIOPoolEntry Package Description org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication. -
-
Uses of BasicNIOPoolEntry in org.apache.http.impl.nio.pool
Methods in org.apache.http.impl.nio.pool that return BasicNIOPoolEntry Modifier and Type Method Description protected BasicNIOPoolEntryBasicNIOConnPool. createEntry(HttpHost host, NHttpClientConnection conn)Methods in org.apache.http.impl.nio.pool that return types with arguments of type BasicNIOPoolEntry Modifier and Type Method Description java.util.concurrent.Future<BasicNIOPoolEntry>BasicNIOConnPool. lease(HttpHost route, java.lang.Object state)java.util.concurrent.Future<BasicNIOPoolEntry>BasicNIOConnPool. lease(HttpHost route, java.lang.Object state, FutureCallback<BasicNIOPoolEntry> callback)Methods in org.apache.http.impl.nio.pool with parameters of type BasicNIOPoolEntry Modifier and Type Method Description protected voidBasicNIOConnPool. onLease(BasicNIOPoolEntry entry)protected voidBasicNIOConnPool. onRelease(BasicNIOPoolEntry entry)Method parameters in org.apache.http.impl.nio.pool with type arguments of type BasicNIOPoolEntry Modifier and Type Method Description java.util.concurrent.Future<BasicNIOPoolEntry>BasicNIOConnPool. lease(HttpHost route, java.lang.Object state, FutureCallback<BasicNIOPoolEntry> callback)
-