Interface BeforeSendUploadDataCallback.Params
- Enclosing interface:
- BeforeSendUploadDataCallback
public static interface BeforeSendUploadDataCallback.Params
The parameters of the
BeforeSendUploadDataCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault List<HttpHeader>
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.default UploadData
Returns the upload data retrieved from the URL request.default UrlRequest
Returns the URL request.
-
Method Details
-
urlRequest
Returns the URL request. -
uploadData
Returns the upload data retrieved from the URL request. -
httpHeaders
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.- Since:
- 7.19
-