Class | Description |
---|---|
AllowAllRedirects |
Redirect strategy that allows for redirects on any request type, not just
GET or HEAD . |
DateHeader |
Convenience class for setting date headers in RFC2616 format.
|
NameValuePairs |
Convenience class for constructing instances of
List<NameValuePair> for the
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.
|
SSLOpts |
SSL configuration options that get passed to
RestClientBuilder.enableSSL(SSLOpts) . |
Enum | Description |
---|---|
HttpMethod |
Enumeration of HTTP methods.
|
SSLOpts.CertValidate |
Certificate validation options.
|
SSLOpts.HostVerify |
Certificate host verification options.
|
Exception | Description |
---|---|
RestCallException |
Exception representing a
400+ HTTP response code against a remote resource. |
Copyright © 2018 Apache. All rights reserved.