Uses of Class
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
-
Packages that use HttpAsyncRequestExecutor.State Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of HttpAsyncRequestExecutor.State in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestExecutor.State Modifier and Type Method Description private static HttpAsyncRequestExecutor.State
HttpAsyncRequestExecutor. getState(NHttpConnection conn)
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestExecutor.State Modifier and Type Method Description private void
HttpAsyncRequestExecutor. processResponse(NHttpClientConnection conn, HttpAsyncRequestExecutor.State state, HttpAsyncClientExchangeHandler handler)
-