Uses of Class
org.apache.http.impl.client.RoutedRequest
-
Packages that use RoutedRequest Package Description org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of RoutedRequest in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return RoutedRequest Modifier and Type Method Description protected RoutedRequestDefaultRequestDirector. handleResponse(RoutedRequest roureq, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)Deprecated.Analyzes a response to check need for a followup.Methods in org.apache.http.impl.client with parameters of type RoutedRequest Modifier and Type Method Description protected RoutedRequestDefaultRequestDirector. handleResponse(RoutedRequest roureq, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)Deprecated.Analyzes a response to check need for a followup.private voidDefaultRequestDirector. tryConnect(RoutedRequest req, org.apache.http.protocol.HttpContext context)Deprecated.Establish connection either directly or through a tunnel and retry in case of a recoverable I/O failureprivate org.apache.http.HttpResponseDefaultRequestDirector. tryExecute(RoutedRequest req, org.apache.http.protocol.HttpContext context)Deprecated.Execute request and retry in case of a recoverable I/O failure
-