Interface CookieSpecification.Builder

  • Method Details

    • domain

      The domain of the cookie.

      Parameters:
      domain - The domain of the cookie.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the cookie.

      Parameters:
      name - The name of the cookie.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • path

      The path of the cookie.

      Parameters:
      path - The path of the cookie.
      Returns:
      Returns a reference to this object so that method calls can be chained together.