Class | Description |
---|---|
HTTPAddress |
Simple Immutable class that is used for http Connections.
|
HTTPConstants |
This is a bunch of constants used by the HTTP protocol.
|
HTTPHeaders |
This is an immutable object of http headers.
|
HTTPUtils |
Enum | Description |
---|---|
HTTPConstants.PROTOCOL |
These are the different protocol types, currently only http and https.
|
HTTPRequestMethod |
Enum of Http Request methods.
|
HTTPResponseCode |
Enum of all known HTTP Response codes.
|
Exception | Description |
---|---|
HTTPParsingException |
Whenever there is a problem processing HTTP protocol this exception is thrown.
|