| Interface | Description |
|---|---|
| HTTPCallResultData |
Abstraction of the data part of an HTTP call result.
|
| HTTPStatusCodeVerifier |
Abstraction of an HTTP status code verifier.
|
| Class | Description |
|---|---|
| HTTPCallConfig |
Call configuration for the HTTP service caller.
|
| HTTPCallRequest |
A request towards an HTTP service.
|
| HTTPCallResult |
Result returned from an HTTP request.
|
| HTTPMethod |
HTTP method.
|
| HTTPServiceCaller |
HTTP service caller.
|
| NingHttpClient |
This class is a HttpClient that will use the async-http-client with Netty to call the URL.
|
| Exception | Description |
|---|---|
| HTTPCallException |
HTTP-specific call exception.
|
| StatusCodeHTTPCallException |
Exception that indicates that an HTTP call failed because the returned HTTP
status code was considered invalid.
|
See http://www.xins.org/.