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 class
BasicAsyncClientExchangeHandler<T>
Basic implementation ofHttpAsyncClientExchangeHandler
that executes a single HTTP request / response exchange.class
PipeliningClientExchangeHandler<T>
Pipelining implementation ofHttpAsyncClientExchangeHandler
that executes a series of pipelined HTTP requests.Methods in org.apache.http.nio.protocol that return HttpAsyncClientExchangeHandler Modifier and Type Method Description private static HttpAsyncClientExchangeHandler
HttpAsyncRequestExecutor. getHandler(NHttpConnection conn)
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncClientExchangeHandler Modifier and Type Method Description private void
HttpAsyncRequestExecutor. closeHandler(HttpAsyncClientExchangeHandler handler)
private void
HttpAsyncRequester. initExecution(HttpAsyncClientExchangeHandler handler, NHttpClientConnection conn)
private static boolean
HttpAsyncRequestExecutor. pipelining(HttpAsyncClientExchangeHandler handler)
private void
HttpAsyncRequestExecutor. processResponse(NHttpClientConnection conn, HttpAsyncRequestExecutor.State state, HttpAsyncClientExchangeHandler handler)
-