Interface LeaseRequest

All Superinterfaces:
org.apache.hc.core5.concurrent.Cancellable

public interface LeaseRequest extends org.apache.hc.core5.concurrent.Cancellable
Represents a request for a ConnectionEndpoint whose life cycle is managed by a connection manager.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get(org.apache.hc.core5.util.Timeout timeout)
    Returns ConnectionEndpoint within a given time.

    Methods inherited from interface org.apache.hc.core5.concurrent.Cancellable

    cancel