Uses of Class
org.apache.http.nio.pool.LeaseRequest
-
Packages that use LeaseRequest Package Description org.apache.http.nio.pool 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 LeaseRequest Modifier and Type Field Description private java.util.concurrent.ConcurrentLinkedQueue<LeaseRequest<T,C,E>>
AbstractNIOConnPool. completedRequests
private java.util.LinkedList<LeaseRequest<T,C,E>>
AbstractNIOConnPool. leasingRequests
Methods in org.apache.http.nio.pool with parameters of type LeaseRequest Modifier and Type Method Description private boolean
AbstractNIOConnPool. processPendingRequest(LeaseRequest<T,C,E> request)
-