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 void
ThrottlingHttpClientHandler. continueRequest(NHttpClientConnection conn, ThrottlingHttpClientHandler.ClientConnState connState)
Deprecated.private void
ThrottlingHttpClientHandler. handleResponse(HttpResponse response, ThrottlingHttpClientHandler.ClientConnState connState, NHttpClientConnection conn)
Deprecated.private void
ThrottlingHttpClientHandler. sendRequestBody(HttpEntityEnclosingRequest request, ThrottlingHttpClientHandler.ClientConnState connState, NHttpClientConnection conn)
Deprecated.
-