public interface CookieConfig
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDomain() |
int |
getMaxAge() |
String |
getName() |
String |
getPath() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setHttpOnly(boolean httpOnly) |
void |
setMaxAge(int maxAge) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSecure(boolean secure) |
String getName()
void setName(String name)
String getDomain()
void setDomain(String domain)
String getPath()
void setPath(String path)
String getComment()
void setComment(String comment)
boolean isHttpOnly()
void setHttpOnly(boolean httpOnly)
boolean isSecure()
void setSecure(boolean secure)
int getMaxAge()
void setMaxAge(int maxAge)
Copyright © 2020. All rights reserved.