See: Description
| Interface | Description |
|---|---|
| HttpClient |
A higher level HTTP Client interface that abstracts the low level library that is being used.
|
| HttpClientResponse<T> |
Http Response as being returned by a
HttpClient. |
| Class | Description |
|---|---|
| ApacheHttpClientImpl |
HttpClient implementation that uses Apache HTTP
client as 'lower level' library. |
| Exception | Description |
|---|---|
| GetException |
Exception that indicates that a HTTP GET request failed.
|
| HttpRequestException |
Exception that indicates that HttpRequest failed.
|
| PostException |
Exception that indicates that a HTTP POST request failed.
|
| PutException |
Exception that indicates that a HTTP PUT request failed.
|
LoggingHttpProxy for forwarding requests.Copyright © 2014. All Rights Reserved.