See: Description
| Interface | Description |
|---|---|
| HTTPClientAsyncResponseHandler |
An interface for instantly processing the received HTTP responses of a HTTPClient.
|
| HTTPClientCountBytesReceivedInterface |
Called each time when the HTTP client has received a data fragment from a server.
|
| HTTPClientCountBytesSentInterface |
Called each time when the HTTP client has sent a data fragment to a server.
|
| HTTPClientDebuggerInterface |
The HTTP Client debugger interface.
|
| Class | Description |
|---|---|
| HTTPClient |
A HTTP client which supports to measure detailed, far-reaching performance data.
|
| HTTPConnectionStatistic |
An overall statistic of the network connections used by a HTTPClient (instance).
|
| HTTPConnectionStatisticElement |
An element of the HTTPConnectionStatistic which contains measured performance statistics about the SSL prepare time (at client side), the TCP/IP connect time and the SSL handshake time
for a particular Web server key = "<protocol> + '|' + <host> + '|' + <port>".
|
| HTTPContentType |
Get all parts of a HTTP "Content-Type" header field.
|
| HTTPCookieHandler |
A HTTP cookie handler for a HTTPClient instance.
|
| HTTPHeaderField |
A HTTP header field.
|
| HTTPLib |
HTTP utils library.
|
| HTTPPerformanceData |
The measured performance data of a single, successful executed HTTP call.
|
| HTTPRequest |
A HTTP request.
|
| HTTPRequestContent |
The content of a HTTP request.
|
| HTTPRequestHeader |
A HTTP request header.
|
| HTTPResponse |
A received HTTP response.
|
| HTTPResponseContent |
A received HTTP response content.
|
| HTTPResponseHeader |
A received HTTP response header.
|
| Exception | Description |
|---|---|
| HTTPClientException |
Signals that an error occurred at HTTPClient level (for example: invalid usage of a HTTPClient method).
|
| HTTPContentTooLargeException |
Signals that the HTTP content is larger than 2^31-1 bytes (2.147.483.647 bytes).
|
| HTTPProtocolViolationException |
Signals that invalid data have detected at HTTP protocol level.
|
| HTTPTimeoutExceededException |
Signals that a timeout occurred at HTTP level.
|