Uses of Class
org.apache.http.impl.nio.pool.BasicNIOPoolEntry
Packages that use BasicNIOPoolEntry
Package
Description
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 BasicNIOPoolEntryModifier and TypeMethodDescriptionprotected BasicNIOPoolEntry
BasicNIOConnPool.createEntry
(HttpHost host, NHttpClientConnection conn) Methods in org.apache.http.impl.nio.pool that return types with arguments of type BasicNIOPoolEntryModifier and TypeMethodDescriptionBasicNIOConnPool.lease
(HttpHost route, Object state, FutureCallback<BasicNIOPoolEntry> callback) Methods in org.apache.http.impl.nio.pool with parameters of type BasicNIOPoolEntryModifier and TypeMethodDescriptionprotected void
BasicNIOConnPool.onLease
(BasicNIOPoolEntry entry) protected void
BasicNIOConnPool.onRelease
(BasicNIOPoolEntry entry) Method parameters in org.apache.http.impl.nio.pool with type arguments of type BasicNIOPoolEntryModifier and TypeMethodDescriptionBasicNIOConnPool.lease
(HttpHost route, Object state, FutureCallback<BasicNIOPoolEntry> callback)