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.StateHttpAsyncRequestExecutor. getState(NHttpConnection conn)Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestExecutor.State Modifier and Type Method Description private voidHttpAsyncRequestExecutor. processResponse(NHttpClientConnection conn, HttpAsyncRequestExecutor.State state, HttpAsyncClientExchangeHandler handler)
-