@Deprecated
interface ResultCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
cancelled(org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
|
void |
completed(T result,
org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
|
void |
failed(java.lang.Exception ex,
org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
|
boolean |
isDone()
Deprecated.
|
void completed(T result, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
void failed(java.lang.Exception ex, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
void cancelled(org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
boolean isDone()