public interface  org.apache.hc.client.http.io.LeaseRequest extends java.lang.Object implements org.apache.hc.core.concurrent.Cancellable
{
public abstract org.apache.hc.client.http.io.ConnectionEndpoint get(org.apache.hc.core.util.Timeout) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException, java.util.concurrent.TimeoutException;
}