org.apache.http.impl.client
Class RoutedRequest
java.lang.Object
org.apache.http.impl.client.RoutedRequest
Deprecated. (4.3) do not use.
@Deprecated
public class RoutedRequest
- extends Object
A request with the route along which it should be sent.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
protected final RequestWrapper request
- Deprecated.
route
protected final HttpRoute route
- Deprecated.
RoutedRequest
public RoutedRequest(RequestWrapper req,
HttpRoute route)
- Deprecated.
- Creates a new routed request.
- Parameters:
req
- the requestroute
- the route
getRequest
public final RequestWrapper getRequest()
- Deprecated.
getRoute
public final HttpRoute getRoute()
- Deprecated.
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.