| Interface | Description |
|---|---|
| HttpConnectionFactory<T extends org.apache.http.HttpConnection> |
Factory for
HttpConnection instances. |
| Class | Description |
|---|---|
| BuildConfig | |
| Consts |
Commons constants.
|
| HttpHeaders |
Constants enumerating the HTTP headers.
|
| Exception | Description |
|---|---|
| ContentTooLongException |
Signals that HTTP entity content is too long.
|
| MessageConstraintException |
Signals a message constraint violation.
|
| TruncatedChunkException |
Signals a truncated chunk in a chunked stream.
|
message including it's
headers and optional
entity, and
connections
over which messages are sent. In order to prepare messages
before sending or after receiving, there are interceptors for
requests and
responses.Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.