Class BlockedCookieWithReason


  • @Beta
    public class BlockedCookieWithReason
    extends java.lang.Object
    A cookie with was not sent with a request with the corresponding reason.
    • Constructor Detail

      • BlockedCookieWithReason

        public BlockedCookieWithReason​(java.util.List<CookieBlockedReason> blockedReasons,
                                       Cookie cookie)
    • Method Detail

      • getBlockedReasons

        public java.util.List<CookieBlockedReason> getBlockedReasons()
        The reason(s) the cookie was blocked.
      • getCookie

        public Cookie getCookie()
        The cookie object representing the cookie which was not sent.