Package ortus.boxlang.web.exchange
Class BoxCookie
java.lang.Object
ortus.boxlang.web.exchange.BoxCookie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
getName()
getPath()
getValue()
int
final int
hashCode()
boolean
boolean
boolean
boolean
isSecure()
setComment
(String comment) setDiscard
(boolean discard) setExpires
(Date expires) setHttpOnly
(boolean httpOnly) setSameSite
(boolean sameSite) setSameSiteMode
(String mode) setSecure
(boolean secure) setVersion
(int version) final String
toString()
-
Constructor Details
-
BoxCookie
-
BoxCookie
-
-
Method Details
-
getName
-
getValue
-
setValue
-
getPath
-
setPath
-
getDomain
-
setDomain
-
getMaxAge
-
setMaxAge
-
isDiscard
public boolean isDiscard() -
setDiscard
-
isSecure
public boolean isSecure() -
setSecure
-
getVersion
public int getVersion() -
setVersion
-
isHttpOnly
public boolean isHttpOnly() -
setHttpOnly
-
getExpires
-
setExpires
-
getComment
-
setComment
-
isSameSite
public boolean isSameSite() -
setSameSite
-
getSameSiteMode
-
setSameSiteMode
-
hashCode
public final int hashCode() -
equals
-
toString
-