Class IgnoreCompleteExceptonFutureCallback<T>

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

@Deprecated public class IgnoreCompleteExceptonFutureCallback<T> extends IgnoreCompleteExceptionFutureCallback<T>
Since:
5.2
  • Constructor Details

    • IgnoreCompleteExceptonFutureCallback

      public IgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback)
      Deprecated.