| Class | Description |
|---|---|
| HttpClient |
This class is specialized purpose Http Client.
|
| ResponseHolder<C> |
This class contains the actual response data and metadata received upon sending Http Request by
HttpClient
This class is used as a return type by all versions of sendHttpRequest method of HttpClient. |
| Enum | Description |
|---|---|
| HttpClient.HttpMethod |
| Exception | Description |
|---|---|
| HttpClientCommunicationException |
This Exception is specifically for exclusive use with
HttpClient. |