Package org.apache.http.impl.nio.client
Interface ResultCallback<T>
-
- All Known Implementing Classes:
DefaultResultCallback
@Deprecated interface ResultCallback<T>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
completed
void completed(T result, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
-
failed
void failed(java.lang.Exception ex, org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
-
cancelled
void cancelled(org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
-
isDone
boolean isDone()
Deprecated.
-
-