Uses of Interface
org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
Packages that use HttpAsyncClientExchangeHandler
Package
Description
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpAsyncClientExchangeHandler in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement HttpAsyncClientExchangeHandlerModifier and TypeClassDescriptionclassBasic implementation ofHttpAsyncClientExchangeHandlerthat executes a single HTTP request / response exchange.classPipelining implementation ofHttpAsyncClientExchangeHandlerthat executes a series of pipelined HTTP requests.Methods in org.apache.http.nio.protocol that return HttpAsyncClientExchangeHandlerModifier and TypeMethodDescriptionprivate static HttpAsyncClientExchangeHandlerHttpAsyncRequestExecutor.getHandler(NHttpConnection conn) Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncClientExchangeHandlerModifier and TypeMethodDescriptionprivate voidHttpAsyncRequestExecutor.closeHandler(HttpAsyncClientExchangeHandler handler) private voidHttpAsyncRequester.initExecution(HttpAsyncClientExchangeHandler handler, NHttpClientConnection conn) private static booleanHttpAsyncRequestExecutor.pipelining(HttpAsyncClientExchangeHandler handler) private voidHttpAsyncRequestExecutor.processResponse(NHttpClientConnection conn, HttpAsyncRequestExecutor.State state, HttpAsyncClientExchangeHandler handler)