Class BlockedCookieWithReason


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

      • getBlockedReason

        public CookieBlockedReason getBlockedReason()
        The reason the cookie was blocked.
      • getCookie

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