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>
Deprecated.- Since:
- 5.2
-
-
Constructor Summary
Constructors Constructor Description IgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
cancelled, completed, failed
-
-
-
-
Constructor Detail
-
IgnoreCompleteExceptonFutureCallback
public IgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback)
Deprecated.
-
-