Uses of Interface
org.apache.http.pool.PoolEntryCallback
Packages that use PoolEntryCallback
Package
Description
Client side connection pools APIs for synchronous, blocking
communication.
-
Uses of PoolEntryCallback in org.apache.http.pool
Methods in org.apache.http.pool with parameters of type PoolEntryCallbackModifier and TypeMethodDescriptionprotected voidAbstractConnPool.enumAvailable(PoolEntryCallback<T, C> callback) Enumerates all available connections.protected voidAbstractConnPool.enumLeased(PoolEntryCallback<T, C> callback) Enumerates all leased connections.