public class Cookie extends Object implements Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getComment() |
String |
getDomain() |
int |
getMaxAge() |
String |
getName() |
String |
getPath() |
boolean |
getSecure() |
String |
getValue() |
int |
getVersion() |
void |
setComment(String purpose) |
void |
setDomain(String pattern) |
void |
setMaxAge(int expiry) |
void |
setPath(String uri) |
void |
setSecure(boolean flag) |
void |
setValue(String newValue) |
void |
setVersion(int v) |
String |
toString() |
public String getComment()
public String getDomain()
public int getMaxAge()
public String getName()
public String getPath()
public boolean getSecure()
public String getValue()
public int getVersion()
public void setComment(String purpose)
public void setDomain(String pattern)
public void setMaxAge(int expiry)
public void setPath(String uri)
public void setSecure(boolean flag)
public void setValue(String newValue)
public void setVersion(int v)
Copyright © 2014. All rights reserved.