| Interface | Description |
|---|---|
| LogWriter |
| Class | Description |
|---|---|
| HttpEasy |
Fluent wrapper around
HttpURLConnection with full support for HTTP messages such as GET, POST, HEAD, etc
and supports the REST and SOAP protocols and parsing JSON and XML responses. |
| HttpEasyDefaults |
Allows setting of default properties used by all subsequent HttpEasy requests.
|
| HttpEasyReader |
Response reader for HTTP requests, can parse JSON and XML and download files.
|
| JsonReader |
A wrapper around "com.google.gson.Gson" for simplifying the parsing JSON strings.
|
| XmlReader |
A wrapper around "javax.xml" for simplifying the parsing XML strings.
|
| Enum | Description |
|---|---|
| HttpEasyReader.Family |
An enumeration representing the class of an http response status code.
|