Class IgnoreCompleteExceptonFutureCallback<T>

java.lang.Object
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback<T>
All Implemented Interfaces:
org.apache.hc.core5.concurrent.FutureCallback<T>

public class IgnoreCompleteExceptonFutureCallback<T> extends Object implements org.apache.hc.core5.concurrent.FutureCallback<T>
  • Field Details

    • callback

      private final org.apache.hc.core5.concurrent.FutureCallback<T> callback
    • LOG

      private static final org.slf4j.Logger LOG
  • Constructor Details

    • IgnoreCompleteExceptonFutureCallback

      public IgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback)
  • Method Details

    • completed

      public void completed(T result)
      Specified by:
      completed in interface org.apache.hc.core5.concurrent.FutureCallback<T>
    • failed

      public void failed(Exception ex)
      Specified by:
      failed in interface org.apache.hc.core5.concurrent.FutureCallback<T>
    • cancelled

      public void cancelled()
      Specified by:
      cancelled in interface org.apache.hc.core5.concurrent.FutureCallback<T>