| Interface | Description |
|---|---|
| AnyRequestModifier |
Common interface for classes which are intended to modify any request.
|
| BodyableRequestModifier | Deprecated
There is now no distinction between different requests.
|
| Class | Description |
|---|---|
| BasicAuth |
Modifies a request by adding an HTTP basic authorization header.
|
| ByteArrayRequestBody |
Encapsulates a request body created from an array of bytes.
|
| Header |
Represents an HTTP header.
|
| NoOpRequestProxy |
This class instructs the server-driver to use no proxy.
|
| RequestBody |
Encapsulates a Request body for a method.
|
| RequestConnectionTimeout |
Encapsulates a request using a connection timeout.
|
| RequestProxy |
Encapsulates a request to use an HTTP proxy.
|
| RequestSocketTimeout |
Encapsulates a request using a socket timeout.
|
| RequestTimeout | |
| ServerDriverHttpUriRequest |
Wraps an
HttpUriRequest with some other details which that class does not support. |
| Url |
Class to help with building of URLs.
|
Copyright © 2012. All Rights Reserved.