- All Known Implementing Classes:
DefaultCookie
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.getPath()
Deprecated, for removal: This API element is subject to removal in a future version.getValue()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isSecure()
Deprecated, for removal: This API element is subject to removal in a future version.void
setComment
(String comment) Deprecated, for removal: This API element is subject to removal in a future version.void
setCreationTime
(long time) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setExpiryTime
(long expiryTime) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getDomain
String getDomain()Deprecated, for removal: This API element is subject to removal in a future version. -
setDomain
Deprecated, for removal: This API element is subject to removal in a future version. -
getPath
String getPath()Deprecated, for removal: This API element is subject to removal in a future version. -
setPath
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
String getName()Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
String getValue()Deprecated, for removal: This API element is subject to removal in a future version. -
setValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getCreationTime
long getCreationTime()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the creation time
-
setCreationTime
void setCreationTime(long time) Deprecated, for removal: This API element is subject to removal in a future version. -
getExpiryTime
long getExpiryTime()Deprecated, for removal: This API element is subject to removal in a future version. -
setExpiryTime
void setExpiryTime(long expiryTime) Deprecated, for removal: This API element is subject to removal in a future version. -
getComment
String getComment()Deprecated, for removal: This API element is subject to removal in a future version. -
setComment
Deprecated, for removal: This API element is subject to removal in a future version. -
isSecure
boolean isSecure()Deprecated, for removal: This API element is subject to removal in a future version. -
setSecure
void setSecure()Deprecated, for removal: This API element is subject to removal in a future version. -
isPersistent
boolean isPersistent()Deprecated, for removal: This API element is subject to removal in a future version. -
setHttpOnly
void setHttpOnly()Deprecated, for removal: This API element is subject to removal in a future version. -
isHttpOnly
boolean isHttpOnly()Deprecated, for removal: This API element is subject to removal in a future version.
-