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.completedRequests
private final LinkedList
<LeaseRequest<T, C, E>> AbstractNIOConnPool.leasingRequests
Methods in org.apache.http.nio.pool with parameters of type LeaseRequestModifier and TypeMethodDescriptionprivate boolean
AbstractNIOConnPool.processPendingRequest
(LeaseRequest<T, C, E> request)