public class IgnoreCompleteExceptionFutureCallback<T> extends Object implements org.apache.hc.core5.concurrent.FutureCallback<T>
Constructor and Description |
---|
IgnoreCompleteExceptionFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback) |
Modifier and Type | Method and Description |
---|---|
void |
cancelled() |
void |
completed(T result) |
void |
failed(Exception ex) |
public IgnoreCompleteExceptionFutureCallback(org.apache.hc.core5.concurrent.FutureCallback<T> callback)
public void completed(T result)
completed
in interface org.apache.hc.core5.concurrent.FutureCallback<T>
public void failed(Exception ex)
failed
in interface org.apache.hc.core5.concurrent.FutureCallback<T>
public void cancelled()
cancelled
in interface org.apache.hc.core5.concurrent.FutureCallback<T>
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.