Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Class and Description |
---|---|
class |
EntityEnclosingRequestWrapper
A wrapper class for
HttpEntityEnclosingRequest s that can
be used to change properties of the current request without
modifying the original object. |
Modifier and Type | Field and Description |
---|---|
protected RequestWrapper |
RoutedRequest.request |
Modifier and Type | Method and Description |
---|---|
RequestWrapper |
RoutedRequest.getRequest() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultRequestDirector.rewriteRequestURI(RequestWrapper request,
HttpRoute route) |
Constructor and Description |
---|
RoutedRequest(RequestWrapper req,
HttpRoute route)
Creates a new routed request.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.