Interface CanGetCookiesCallback.Params

Enclosing interface:
CanGetCookiesCallback

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

    Modifier and Type
    Method
    Description
    default List<Cookie>
    Returns an immutable list of cookies that are going to be sent with the URL request.
    default String
    url()
    Returns a string that represents the URL of the request.
  • Method Details

    • url

      default String url()
      Returns a string that represents the URL of the request.
    • cookies

      default List<Cookie> cookies()
      Returns an immutable list of cookies that are going to be sent with the URL request.