| Interface | Description |
|---|---|
| HttpServiceProvider |
Interface to provide function for the
EdalHttpHandler |
| ServiceProvider |
Interface to provide some general function for
ImplementationProvider |
| Class | Description |
|---|---|
| ContentNegotiator | |
| DataManager |
Central entry point for the clients to make use of the API provided storage
functionality.
|
| EdalAbstractRequestLog | |
| EdalConfiguration |
class to collect all parameters to start the eDAL system.
|
| EdalHttpHandler | |
| EdalHttpServer | |
| EdalRequestLog | |
| EdalSecuredHttpHandler | |
| EdalThreadPoolExcecutor |
Class to create a
ThreadPoolExecutor that will be automatically
closed, when calling DataManager.shutdown() |
| GenerateLocations |
Class for generating GPS locations from IP by using Geo2IP API
|
| MergingEntityOutputThread | |
| MergingMessageOutputThread | |
| PipedReadEdalFileThread |
Thread to read the
InputStream of a
PrimaryDataFile to
the OutputStream of the HTTP response with the help of a piped
stream. |
| PipedReadEmbeddedFileThread |
Thread to read the
InputStream of a an embedded file to the
OutputStream of the HTTP response with the help of a piped stream. |
| PipedWriteThread |
Thread to write the
OutputStream of a
PrimaryDataFile to
the OutputStream of the HTTP response with the help of a piped
stream. |
| WebPageCache |
A class for caching webpages.
|
| ZipThread |
Thread for generating a ZIP file that contains all object within a
PrimaryDataDirectory. |
| Enum | Description |
|---|---|
| EdalHttpFunctions |
Enum to collect all function that are provided by the
EdalHttpServer. |
| Exception | Description |
|---|---|
| EdalConfigurationException |
Exception is thrown on failure with the
EdalConfiguration class. |