| Interface | Description |
|---|---|
| HttpClient |
Contract for a HTTP request
|
| Class | Description |
|---|---|
| CommonHttpClient |
Provides a simple HTTP client for most use-cases, reusable.
|
| CommonHttpClient.TimeoutThread |
Some sites may have timeouts, but the connection timeout does not seem to work reliably.
|
| FluentHttpClient |
Creating fluent http requests (simplified fluent interface for HttpClient).
|
| FluentHttpClient.HttpBuilder |
Builder
|
| Flux |
Static accessor to FluentHttpClient with option to set default configuration.
|
| HttpOptions |
Additional behaviour options for the HttpClient
|
| MockCommonHttpClient |
Test helper for collecting requests and responding to http clients.
|
| MockCommonHttpClient.MockResponse |
Mocks the body and metadata of a http response.
|
| MockCommonHttpClient.Request |
Collected request.
|
| Response |
Represents the reponse to a http service.
|
| UrlConstruction |
URL constructing helper methods.
|
| Enum | Description |
|---|---|
| Method |
List of available HTTP methods.
|
| Exception | Description |
|---|---|
| HttpClientException |
Exception thrown while executing a remote http call.
|
Copyright © 2017. All rights reserved.