Interface | Description |
---|---|
Logger.LoggerDelegate |
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 |
Represents a generic HTTP upload request.
Subclass to create your own custom upload request. |
HttpUploadTask |
Generic HTTP Upload Task.
Subclass to create your custom upload task. |
Logger |
Android Upload Service library logger.
|
MultipartUploadRequest |
HTTP/Multipart upload request.
|
MultipartUploadTask |
Implements an HTTP Multipart upload task.
|
NameValue |
Represents a request parameter.
|
TaskParameters |
Class which contains all the parameters passed to the upload task.
|
UploadFile |
Represents a file to upload.
|
UploadNotificationConfig |
Contains the configuration of the upload notification.
|
UploadService |
Service to upload files in background using HTTP POST with notification center progress
display.
|
UploadServiceBroadcastReceiver |
Broadcast receiver to sublass to create a receiver for
UploadService events. |
Enum | Description |
---|---|
Logger.LogLevel |