Uses of Class
org.apache.http.nio.pool.LeaseRequest
Packages that use LeaseRequest
Package
Description
Client side connection pools APIs for asynchronous, event driven
communication.
-
Uses of LeaseRequest in org.apache.http.nio.pool
Fields in org.apache.http.nio.pool with type parameters of type LeaseRequestModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<LeaseRequest<T, C, E>> AbstractNIOConnPool.completedRequestsprivate final LinkedList<LeaseRequest<T, C, E>> AbstractNIOConnPool.leasingRequestsMethods in org.apache.http.nio.pool with parameters of type LeaseRequestModifier and TypeMethodDescriptionprivate booleanAbstractNIOConnPool.processPendingRequest(LeaseRequest<T, C, E> request)