Class PoolingClientAsyncConnectionManager.InternalPoolEntryCallback

java.lang.Object
org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager.InternalPoolEntryCallback
All Implemented Interfaces:
org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
Enclosing class:
PoolingClientAsyncConnectionManager

class PoolingClientAsyncConnectionManager.InternalPoolEntryCallback extends Object implements org.apache.http.concurrent.FutureCallback<HttpPoolEntry>
  • Field Details

  • Constructor Details

  • Method Details

    • completed

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

      public void failed(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>