Uses of Interface
org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Packages that use HttpAsyncClientExchangeHandler Package Description org.apache.http.nio.protocol 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 HttpAsyncClientExchangeHandler Modifier and Type Class Description classBasicAsyncClientExchangeHandler<T>Basic implementation ofHttpAsyncClientExchangeHandlerthat executes a single HTTP request / response exchange.classPipeliningClientExchangeHandler<T>Pipelining implementation ofHttpAsyncClientExchangeHandlerthat executes a series of pipelined HTTP requests.Methods in org.apache.http.nio.protocol that return HttpAsyncClientExchangeHandler Modifier and Type Method Description private static HttpAsyncClientExchangeHandlerHttpAsyncRequestExecutor. getHandler(NHttpConnection conn)Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncClientExchangeHandler Modifier and Type Method Description private 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)
-