| Class | Description |
|---|---|
| AllowAllRedirects |
Redirect strategy that allows for redirects on any request type, not just
|
| DateHeader |
Convenience class for setting date headers in RFC2616 format.
|
| NameValuePairs |
Convenience class for constructing instances of
UrlEncodedFormEntity class. |
| ResponsePattern |
Used to find regular expression matches in REST responses made through
RestCall. |
| RestCall |
Represents a connection to a remote REST resource.
|
| RestCallInterceptor |
Used to intercept http connection responses to allow modification of that response before processing and for
listening for call lifecycle events.
|
| RestCallLogger |
Specialized interceptor for logging calls to a log file.
|
| RestClient |
Utility class for interfacing with remote REST interfaces.
|
| RestClientBuilder |
Builder class for the
RestClient class. |
| RestRequestEntity |
HttpEntity for serializing POJOs as the body of HTTP requests.
|
| RetryOn |
Used to determine whether a request should be retried based on the HTTP response code.
|
| SerializedNameValuePair |
Subclass of
NameValuePair for serializing POJOs as URL-encoded form post entries using the
class. |
| SimpleX509TrustManager |
A trust manager that optionally allows for self-signed certificates.
|
| Enum | Description |
|---|---|
| HttpMethod |
Enumeration of HTTP methods.
|
| Exception | Description |
|---|---|
| RestCallException |
Exception representing a
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.