Interface BeforeSendUploadDataCallback.Response
- Enclosing interface:
- BeforeSendUploadDataCallback
public static interface BeforeSendUploadDataCallback.Response
A response for
BeforeSendUploadDataCallback
.-
Method Summary
Modifier and TypeMethodDescriptionNotifies the engine that the upload data in the URL request should be replaced with the given one.Notifies the engine that the upload data in the URL request should be replaced with the given one.override
(MultipartFormData multipartFormData) Notifies the engine that the upload data in the URL request should be replaced with the given one.Notifies the engine that the upload data in the URL request should be replaced with the given one.proceed()
Notifies the engine that the URL request should continue without modifying its upload data.
-
Method Details
-
override
Notifies the engine that the upload data in the URL request should be replaced with the given one. -
override
Notifies the engine that the upload data in the URL request should be replaced with the given one. -
override
Notifies the engine that the upload data in the URL request should be replaced with the given one. -
override
Notifies the engine that the upload data in the URL request should be replaced with the given one. -
proceed
Notifies the engine that the URL request should continue without modifying its upload data.
-