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