|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the result type of request execution.HttpAsyncClientExchangeHandler
@Deprecated public interface HttpAsyncRequestExecutionHandler<T>
HttpAsyncRequestExecutionHandler represents a callback interface
that combines functionality of HttpAsyncRequestProducer and
HttpAsyncResponseConsumer and is capable of handling logically
related series of HTTP request / response exchanges.
| Method Summary | |
|---|---|
ConnectionReuseStrategy |
getConnectionReuseStrategy()
Deprecated. Returns ConnectionReuseStrategy implementation to be used
to determine whether or not the underlying connection can be kept alive
after a particular HTTP request / response exchange. |
HttpContext |
getContext()
Deprecated. Returns shared HttpContext instance. |
HttpProcessor |
getHttpProcessor()
Deprecated. Returns HttpProcessor implementation to be used to process
HTTP request and response messages for protocol compliance. |
| Methods inherited from interface org.apache.http.nio.protocol.HttpAsyncRequestProducer |
|---|
failed, generateRequest, getTarget, isRepeatable, produceContent, requestCompleted, resetRequest |
| Methods inherited from interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer |
|---|
consumeContent, failed, getException, getResult, isDone, responseCompleted, responseReceived |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Methods inherited from interface org.apache.http.concurrent.Cancellable |
|---|
cancel |
| Method Detail |
|---|
HttpContext getContext()
HttpContext instance.
HttpProcessor getHttpProcessor()
HttpProcessor implementation to be used to process
HTTP request and response messages for protocol compliance.
ConnectionReuseStrategy getConnectionReuseStrategy()
ConnectionReuseStrategy implementation to be used
to determine whether or not the underlying connection can be kept alive
after a particular HTTP request / response exchange.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||