Package org.apache.http.impl.client
Class RoutedRequest
java.lang.Object
org.apache.http.impl.client.RoutedRequest
public class RoutedRequest extends Object
A request with the route along which it should be sent.
- Since:
- 4.0
- Version:
- $Revision: 645846 $
- Author:
- Roland Weber
-
Field Summary
Fields Modifier and Type Field Description protected RequestWrapperrequestprotected HttpRouteroute -
Constructor Summary
Constructors Constructor Description RoutedRequest(RequestWrapper req, HttpRoute route)Creates a new routed request. -
Method Summary
Modifier and Type Method Description RequestWrappergetRequest()HttpRoutegetRoute()
-
Field Details
-
request
-
route
-
-
Constructor Details
-
RoutedRequest
Creates a new routed request.- Parameters:
req- the requestroute- the route
-
-
Method Details
-
getRequest
-
getRoute
-