Class PoolingClientAsyncConnectionManager.InternalPoolEntryCallback

    • Constructor Detail

      • InternalPoolEntryCallback

        public InternalPoolEntryCallback​(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future)
    • Method Detail

      • completed

        public void completed​(HttpPoolEntry entry)
        Specified by:
        completed in interface org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
      • failed

        public void failed​(java.lang.Exception ex)
        Specified by:
        failed in interface org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
      • cancelled

        public void cancelled()
        Specified by:
        cancelled in interface org.apache.http.concurrent.FutureCallback<HttpPoolEntry>