Uses of Interface
org.apache.http.pool.PoolEntryCallback
-
Packages that use PoolEntryCallback Package Description org.apache.http.nio.pool Client side connection pools APIs for asynchronous, event driven communication.org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. -
-
Uses of PoolEntryCallback in org.apache.http.nio.pool
Methods in org.apache.http.nio.pool with parameters of type PoolEntryCallback Modifier and Type Method Description protected void
AbstractNIOConnPool. enumAvailable(PoolEntryCallback<T,C> callback)
Enumerates all available connections.protected void
AbstractNIOConnPool. enumEntries(java.util.Iterator<E> it, PoolEntryCallback<T,C> callback)
Deprecated.(4.3.2)protected void
AbstractNIOConnPool. enumLeased(PoolEntryCallback<T,C> callback)
Enumerates all leased connections. -
Uses of PoolEntryCallback in org.apache.http.pool
Methods in org.apache.http.pool with parameters of type PoolEntryCallback Modifier and Type Method Description protected void
AbstractConnPool. enumAvailable(PoolEntryCallback<T,C> callback)
Enumerates all available connections.protected void
AbstractConnPool. enumLeased(PoolEntryCallback<T,C> callback)
Enumerates all leased connections.
-