- All Known Implementing Classes:
DefaultCookie
public interface Cookie
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPort
(int port) long
getName()
getPath()
int[]
getPorts()
getValue()
boolean
boolean
boolean
isSecure()
void
setComment
(String comment) void
void
setExpiryTime
(long expiryTime) void
void
void
void
void
-
Method Details
-
getDomain
String getDomain() -
setDomain
-
getPorts
int[] getPorts() -
addPort
void addPort(int port) -
getPath
String getPath() -
setPath
-
getName
String getName() -
setName
-
getValue
String getValue() -
setValue
-
getExpiryTime
long getExpiryTime() -
setExpiryTime
void setExpiryTime(long expiryTime) -
getComment
String getComment() -
setComment
-
isSecure
boolean isSecure() -
setSecure
void setSecure() -
isPersistent
boolean isPersistent() -
setHttpOnly
void setHttpOnly() -
isHttpOnly
boolean isHttpOnly()
-