-
public final class BlockedSetCookieWithReasonA cookie which was not stored from a response with the corresponding reason.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SetCookieBlockedReason>blockedReasonsprivate final StringcookieLineprivate final Cookiecookie
-
Constructor Summary
Constructors Constructor Description BlockedSetCookieWithReason(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Cookie cookie)
-
Method Summary
Modifier and Type Method Description final List<SetCookieBlockedReason>component1()final Stringcomponent2()final Cookiecomponent3()final BlockedSetCookieWithReasoncopy(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Cookie cookie)final List<SetCookieBlockedReason>getBlockedReasons()The reason(s) this cookie was blocked. final StringgetCookieLine()The string representing this individual cookie as it would appear in the header. final CookiegetCookie()The cookie object which represents the cookie which was not stored. -
-
Constructor Detail
-
BlockedSetCookieWithReason
BlockedSetCookieWithReason(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Cookie cookie)
-
-
Method Detail
-
component1
final List<SetCookieBlockedReason> component1()
-
component2
final String component2()
-
component3
final Cookie component3()
-
copy
final BlockedSetCookieWithReason copy(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Cookie cookie)
-
getBlockedReasons
final List<SetCookieBlockedReason> getBlockedReasons()
The reason(s) this cookie was blocked.
-
getCookieLine
final String getCookieLine()
The string representing this individual cookie as it would appear in the header. This is not the entire "cookie" or "set-cookie" header which could have multiple cookies.
-
-
-
-