-
Method Summary
void
cancelled(org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
void
completed(T result,
org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
void
failed(Exception ex,
org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
boolean
-
Method Details
-
completed
void completed(T result,
org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler<T> handler)
Deprecated.
-
failed
void failed(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.