|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.client.RoutedRequest
public class RoutedRequest
A request with the route along which it should be sent.
| Field Summary | |
|---|---|
protected RequestWrapper |
request
|
protected HttpRoute |
route
|
| Constructor Summary | |
|---|---|
RoutedRequest(RequestWrapper req,
HttpRoute route)
Creates a new routed request. |
|
| Method Summary | |
|---|---|
RequestWrapper |
getRequest()
|
HttpRoute |
getRoute()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final RequestWrapper request
protected final HttpRoute route
| Constructor Detail |
|---|
public RoutedRequest(RequestWrapper req,
HttpRoute route)
req - the requestroute - the route| Method Detail |
|---|
public final RequestWrapper getRequest()
public final HttpRoute getRoute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||