Interface CookieAttributeHandler

    • Method Detail

      • match

        boolean match​(Cookie cookie,
                      CookieOrigin origin)
        Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
        Parameters:
        cookie - Cookie to match
        origin - the cookie source to match against
        Returns:
        true if the match is successful; false otherwise