| Interface | Description |
|---|---|
| Logger.LoggerDelegate | |
| UploadStatusDelegate |
Defines the methods that has to be implemented by a class who wants to listen for upload status
events.
|
| Class | Description |
|---|---|
| BinaryUploadRequest |
Binary file upload request.
|
| BinaryUploadTask |
Implements a binary file upload task.
|
| ContentType |
Static class containing string constants for the most common
Internet content types.
|
| DefaultLoggerDelegate |
Default logger delegate implementation which logs in LogCat with
Log. |
| HttpUploadRequest<B extends HttpUploadRequest<B>> |
Represents a generic HTTP upload request.
Subclass to create your own custom HTTP upload request. |
| HttpUploadTask |
Generic HTTP Upload Task.
Subclass to create your custom upload task. |
| HttpUploadTaskParameters |
Class which contains specific parameters for HTTP uploads.
|
| Logger |
Android Upload Service library logger.
|
| MultipartUploadRequest |
HTTP/Multipart upload request.
|
| MultipartUploadTask |
Implements an HTTP Multipart upload task.
|
| NameValue |
Represents a request parameter.
|
| Placeholders |
Contains all the placeholders that is possible to use in the notification text strings.
|
| ServerResponse |
Contains the server response.
|
| UploadFile |
Represents a file to upload.
|
| UploadInfo |
Contains upload information and statistics.
|
| UploadNotificationAction |
Class which represents a notification action.
|
| UploadNotificationConfig |
Contains the configuration of the upload notification.
|
| UploadNotificationStatusConfig | |
| UploadRequest<B extends UploadRequest<B>> |
Base class to extend to create an upload request.
|
| UploadService |
Service to upload files in background using HTTP POST with notification center progress
display.
|
| UploadServiceBroadcastReceiver |
Broadcast receiver to subclass to create a receiver for
UploadService events. |
| UploadServiceSingleBroadcastReceiver |
Utility broadcast receiver to receive only the events for a single uploadID.
|
| UploadTask |
Base class to subclass when creating upload tasks.
|
| UploadTaskParameters |
Class which contains all the basic parameters passed to the upload task.
|
| Enum | Description |
|---|---|
| Logger.LogLevel |