Interface | Description |
---|---|
Builder<T> | |
CommonHttpClient |
The common configuration interface for all
HttpClient implementations. |
Executor<E extends Exception> | |
Header | |
Headers | |
HttpClient | |
HttpDelete | |
HttpGet | |
HttpMessage | |
HttpPost |
A HTTP message consists of the following; a request line, such as GET /logo.gif HTTP/1.1 or Status line, such as HTTP/1.1 200 OK,
headers, an empty line and the optional HTTP message body data.
|
HttpPut | |
HttpRequest | |
HttpRequestVisitor | |
HttpResponse | |
MessageContent | |
Transform<FROM,TO> | |
UserAgent | |
ValueType<T> |
Enum | Description |
---|---|
CharacterSet |
Exception | Description |
---|---|
HttpConnectionRefusedException | |
HttpConnectionTimeoutException | |
HttpException | |
HttpSocketTimeoutException | |
HttpUnknownHostException |
Copyright © 2013. All rights reserved.