| DummyFileManager |
This class implements a FileManager that writes response content to a
file on the file system.
|
| FileManagerCallback |
This class implements the default callback for file managers.
|
| MysqlFileManager |
This class implements a FileManager that writes response content to a
file on the file system and a record in MySQL database pointing to the
record and allows retrieving the file using an id or request.
|
| MysqlFileManager.CompletedThreadedCallback |
A callback wrapper for to run complete multithreaded.
|
| StorageRecord<T> |
This class implements a default storage record.
|
| StorageRecord.Builder<T> |
A builder for StorageRecord class.
|
| StorageUtil |
A utility for storage needs.
|