Interface ResultCallback<T>

All Known Implementing Classes:
DefaultResultCallback

@Deprecated interface ResultCallback<T>
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cancelled(org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
    Deprecated.
     
    void
    completed(T result, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
    Deprecated.
     
    void
    failed(Exception ex, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
    Deprecated.
     
    boolean
    Deprecated.
     
  • Method Details

    • completed

      void completed(T result, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
      Deprecated.
    • failed

      void failed(Exception ex, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
      Deprecated.
    • cancelled

      void cancelled(org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
      Deprecated.
    • isDone

      boolean isDone()
      Deprecated.