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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback) -
Method Summary
-
Field Details
-
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
- Specified by:
completedin interfaceorg.apache.hc.core5.concurrent.FutureCallback<T>
-
failed
- Specified by:
failedin interfaceorg.apache.hc.core5.concurrent.FutureCallback<T>
-
cancelled
public void cancelled()- Specified by:
cancelledin interfaceorg.apache.hc.core5.concurrent.FutureCallback<T>
-