- setAutoClearOnSuccess(boolean) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets whether or not to auto clear the notification when the upload is completed successfully.
- setAutoDeleteFilesAfterSuccessfulUpload(boolean) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setAutoDeleteFilesAfterSuccessfulUpload(boolean) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets the automatic file deletion after successful upload.
- setAutoDeleteFilesAfterSuccessfulUpload(boolean) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setAutoDeleteSuccessfullyUploadedFiles(boolean) - Method in class net.gotev.uploadservice.TaskParameters
-
- setBasicAuth(String, String) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setBasicAuth(String, String) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets the HTTP Basic Authentication header.
- setBasicAuth(String, String) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setClearOnAction(boolean) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets whether or not to clear the notification when the user taps on it.
- setClickIntent(Intent) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets the intent to be executed when the user taps on the notification.
- setCompletedMessage(String) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets the message to be shown when the upload is completed.
- setCustomUserAgent(String) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setCustomUserAgent(String) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets the custom user agent to use for this upload request.
- setCustomUserAgent(String) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setCustomUserAgent(String) - Method in class net.gotev.uploadservice.TaskParameters
-
- setErrorMessage(String) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets the message to be shown if an error occurs.
- setFileToUpload(String) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
Sets the file used as raw body of the upload request.
- setHeaders(List<NameValue>, boolean, long) - Method in interface net.gotev.uploadservice.http.HttpConnection
-
Set request headers.
- setHeaders(List<NameValue>, boolean, long) - Method in class net.gotev.uploadservice.http.impl.HurlStackConnection
-
- setIcon(int) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets the notification icon.
- setId(String) - Method in class net.gotev.uploadservice.TaskParameters
-
- setInProgressMessage(String) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets the message to be shown while upload is in progress.
- setLoggerDelegate(Logger.LoggerDelegate) - Static method in class net.gotev.uploadservice.Logger
-
- setLogLevel(Logger.LogLevel) - Static method in class net.gotev.uploadservice.Logger
-
- setMaxRetries(int) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setMaxRetries(int) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets the maximum number of retries that the library will do if an error occurs,
before returning an error.
- setMaxRetries(int) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setMaxRetries(int) - Method in class net.gotev.uploadservice.TaskParameters
-
- setMethod(String) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setMethod(String) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets the HTTP method to use.
- setMethod(String) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setMethod(String) - Method in class net.gotev.uploadservice.TaskParameters
-
- setNotificationConfig(UploadNotificationConfig) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setNotificationConfig(UploadNotificationConfig) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets custom notification configuration.
- setNotificationConfig(UploadNotificationConfig) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setNotificationConfig(UploadNotificationConfig) - Method in class net.gotev.uploadservice.TaskParameters
-
- setRingToneEnabled(Boolean) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets whether or not to enable the notification sound when the upload gets completed with
success or error
- setTitle(String) - Method in class net.gotev.uploadservice.UploadNotificationConfig
-
Sets the notification title.
- setUrl(String) - Method in class net.gotev.uploadservice.TaskParameters
-
- setUsesFixedLengthStreamingMode(boolean) - Method in class net.gotev.uploadservice.BinaryUploadRequest
-
- setUsesFixedLengthStreamingMode(boolean) - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Sets if this upload request is using fixed length streaming mode.
- setUsesFixedLengthStreamingMode(boolean) - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
- setUsesFixedLengthStreamingMode(boolean) - Method in class net.gotev.uploadservice.TaskParameters
-
- setUtf8Charset() - Method in class net.gotev.uploadservice.MultipartUploadRequest
-
Sets the charset for this multipart request to UTF-8.
- startUpload() - Method in class net.gotev.uploadservice.HttpUploadRequest
-
Start the background file upload service.
- stopAllUploads() - Static method in class net.gotev.uploadservice.UploadService
-
Stop all the active uploads.
- stopUpload(String) - Static method in class net.gotev.uploadservice.UploadService
-
Stops the upload task with the given uploadId.