Uses of Class
org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Packages that use ThrottlingHttpClientHandler.ClientConnState Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of ThrottlingHttpClientHandler.ClientConnState in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type ThrottlingHttpClientHandler.ClientConnState Modifier and Type Method Description private voidThrottlingHttpClientHandler. continueRequest(NHttpClientConnection conn, ThrottlingHttpClientHandler.ClientConnState connState)Deprecated.private voidThrottlingHttpClientHandler. handleResponse(HttpResponse response, ThrottlingHttpClientHandler.ClientConnState connState, NHttpClientConnection conn)Deprecated.private voidThrottlingHttpClientHandler. sendRequestBody(HttpEntityEnclosingRequest request, ThrottlingHttpClientHandler.ClientConnState connState, NHttpClientConnection conn)Deprecated.
-