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 RoutedRequest
DefaultRequestDirector. 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 RoutedRequest
DefaultRequestDirector. handleResponse(RoutedRequest roureq, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
Deprecated.Analyzes a response to check need for a followup.
-