@ElementsAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| BeforeFinallyOnHttpResponseOperator |
Helper operator for signaling the end of an HTTP Request/Response cycle.
|
| HttpRequestUriUtils |
Helper methods for computing effective request URIs according
to RFC 7230, section 5.5
and base URIs (which are effective request URIs with
/ as path, and no query nor fragment. |
| RedirectingHttpRequesterFilter |
A HTTP request filter that performs automatic redirects if
StreamingHttpRequester.request(HttpExecutionStrategy, StreamingHttpRequest) method receives 3XX status code in the
response. |
| RetryingHttpRequesterFilter |
A filter to enable retries for HTTP requests.
|
| RetryingHttpRequesterFilter.Builder |
A builder for
RetryingHttpRequesterFilter, which puts an upper bound on retry attempts. |
| TimeoutHttpRequesterFilter |
A filter to enable timeouts for HTTP requests.
|
| Exception | Description |
|---|---|
| InvalidRedirectException |
Throws when redirect could not be performed.
|