public class BlockedSetCookieWithReason extends Object
| Constructor and Description |
|---|
BlockedSetCookieWithReason() |
| Modifier and Type | Method and Description |
|---|---|
List<SetCookieBlockedReason> |
getBlockedReasons()
The reason(s) this cookie was blocked.
|
Cookie |
getCookie()
The cookie object which represents the cookie which was not stored.
|
String |
getCookieLine()
The string representing this individual cookie as it would appear in the header.
|
void |
setBlockedReasons(List<SetCookieBlockedReason> blockedReasons)
The reason(s) this cookie was blocked.
|
void |
setCookie(Cookie cookie)
The cookie object which represents the cookie which was not stored.
|
void |
setCookieLine(String cookieLine)
The string representing this individual cookie as it would appear in the header.
|
public List<SetCookieBlockedReason> getBlockedReasons()
public void setBlockedReasons(List<SetCookieBlockedReason> blockedReasons)
public String getCookieLine()
public void setCookieLine(String cookieLine)
public Cookie getCookie()
public void setCookie(Cookie cookie)
Copyright © 2021 Kenan Klisura. All rights reserved.