| Class | Description |
|---|---|
| AbstractEsuRestApi |
Encapsulates common REST API functionality that is independant of
the transport layer, e.g.
|
| AtmosDownload | |
| AtmosUpload | |
| CommonsInputStreamWrapper | |
| DownloadHelper |
Helper class to download objects.
|
| EsuRestApi |
Implements the REST version of the ESU API.
|
| EsuRestApiApache |
This is an enhanced version of the REST API that uses the Apache Commons
HTTP Client as its transport layer instead of the built-in Java HTTP
client.
|
| LBEsuRestApi |
Implements a simple load-balanced version of EsuRestApi that round-robins through
a list of access point hostnames.
|
| LBEsuRestApiApache | |
| UploadHelper |
Helper class to create and update objects.
|
| Enum | Description |
|---|---|
| LBEsuRestApi.LBMode | |
| LBEsuRestApiApache.LBMode |