Interface ClientAsyncConnectionManager

  • All Superinterfaces:
    org.apache.http.nio.reactor.IOReactor
    All Known Implementing Classes:
    PoolingClientAsyncConnectionManager

    @Deprecated
    public interface ClientAsyncConnectionManager
    extends org.apache.http.nio.reactor.IOReactor
    Deprecated.
    • Method Detail

      • leaseConnection

        java.util.concurrent.Future<ManagedClientAsyncConnection> leaseConnection​(org.apache.http.conn.routing.HttpRoute route,
                                                                                  java.lang.Object state,
                                                                                  long connectTimeout,
                                                                                  java.util.concurrent.TimeUnit timeUnit,
                                                                                  org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
        Deprecated.
      • releaseConnection

        void releaseConnection​(ManagedClientAsyncConnection session,
                               long validDuration,
                               java.util.concurrent.TimeUnit timeUnit)
        Deprecated.