public static interface BeforeSendUploadDataCallback.Response
BeforeSendUploadDataCallback
.Modifier and Type | Method and Description |
---|---|
static BeforeSendUploadDataCallback.Response |
override(ByteData byteData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
static BeforeSendUploadDataCallback.Response |
override(FormData formData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
static BeforeSendUploadDataCallback.Response |
override(MultipartFormData multipartFormData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
static BeforeSendUploadDataCallback.Response |
override(TextData textData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
static BeforeSendUploadDataCallback.Response |
proceed()
Notifies the engine that the URL request should continue without modifying its upload
data.
|
static BeforeSendUploadDataCallback.Response override(ByteData byteData)
static BeforeSendUploadDataCallback.Response override(TextData textData)
static BeforeSendUploadDataCallback.Response override(FormData formData)
static BeforeSendUploadDataCallback.Response override(MultipartFormData multipartFormData)
static BeforeSendUploadDataCallback.Response proceed()