Interface CanSetCookieCallback.Params

Enclosing interface:
CanSetCookieCallback

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

    Modifier and Type
    Method
    Description
    default Cookie
    Returns the cookie received from a web server.
    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.
    • cookie

      default Cookie cookie()
      Returns the cookie received from a web server.