public class CookieImpl extends Cookie
Constructor and Description |
---|
CookieImpl(java.lang.String name,
java.lang.String value)
Create a new cookie object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPort()
Returns the allowed ports.
|
void |
setPort(java.lang.String port)
Sets the allowed ports.
|
clone, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, isHttpOnly, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue, setVersion, toString