public interface HttpCookie
Common http cookie.
- Author:
- Vladlen Larionov
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()getPath()getValue()setExpires(Date expires) setHttpOnly(Boolean httpOnly) setSameSite(HttpCookie.SameSite sameSite)
-
Field Details
-
DEFAULT_PATH
- See Also:
-
-
Method Details
-
getName
String getName() -
getValue
String getValue() -
getDomain
String getDomain() -
getPath
String getPath() -
getMaxAge
Integer getMaxAge() -
getExpires
Date getExpires() -
getSecure
Boolean getSecure() -
getSameSite
HttpCookie.SameSite getSameSite() -
getHttpOnly
Boolean getHttpOnly() -
setValue
-
setDomain
-
setPath
-
setMaxAge
-
setExpires
-
setSecure
-
setHttpOnly
-
setSameSite
-