Interface ConnectionRequest

All Superinterfaces:
Cancellable

public interface ConnectionRequest extends Cancellable
Represents a request for a HttpClientConnection whose life cycle is managed by a connection manager.
Since:
4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    get(long timeout, TimeUnit timeUnit)
    Obtains a connection within a given time.

    Methods inherited from interface org.apache.http.concurrent.Cancellable

    cancel