|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| HttpConnectionFactory<T extends HttpConnection> | Factory for HttpConnection instances. |
| Class Summary | |
|---|---|
| BuildConfig | |
| Consts | Commons constants. |
| HttpHeaders | Constants enumerating the HTTP headers. |
| Exception Summary | |
|---|---|
| ContentTooLongException | Signals that HTTP entity content is too long. |
| MessageConstraintException | Signals a message constraint violation. |
| TruncatedChunkException | Signals a truncated chunk in a chunked stream. |
Core HTTP component APIs and primitives.
These deal with the fundamental things required for using the HTTP protocol, such as representing amessage 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.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||