public interface ServerCookie extends Cookie
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChanged()
Has the cookie been changed? Changed cookieMap will be saved out in the response and sent to the browser.
|
boolean |
isFromUserAgent()
Has this Cookie been sent from the User Agent (the browser)? or was created during the executing on the request.
|
void |
setChanged(boolean changed)
Set the cookie as being changed.
|
boolean isChanged()
void setChanged(boolean changed)
changed - true if changedboolean isFromUserAgent()
Copyright © 2020. All rights reserved.