Interface BeforeSendUploadDataCallback.Params

Enclosing interface:
BeforeSendUploadDataCallback

public static interface BeforeSendUploadDataCallback.Params
The parameters of the BeforeSendUploadDataCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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

      default UrlRequest urlRequest()
      Returns the URL request.
    • uploadData

      default UploadData uploadData()
      Returns the upload data retrieved from the URL request.
    • httpHeaders

      default List<HttpHeader> 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