Uses of Interface
org.apache.hc.client5.http.io.LeaseRequest
Packages that use LeaseRequest
Package
Description
Client connection management functions based the classic
connection management APIs.
Connection management APIs based on the classic (blocking) I/O model.
-
Uses of LeaseRequest in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io that return LeaseRequest -
Uses of LeaseRequest in org.apache.hc.client5.http.io
Methods in org.apache.hc.client5.http.io that return LeaseRequestModifier and TypeMethodDescriptionHttpClientConnectionManager.lease
(String id, HttpRoute route, org.apache.hc.core5.util.Timeout requestTimeout, Object state) Returns aLeaseRequest
object which can be used to obtain aConnectionEndpoint
to cancel the request by callingCancellable.cancel()
.