Method Summary |
|
public String | getDomain() This method returns the domain name. |
public String | getName() This method returns the name of this cookie. |
public String | getPath() This method returns the path under which the cookie will be available. |
public String | getSetCookieString() This method generates a cookie string that can be used by Set-Cookie. |
public String | getValue() This method returns the value contained within. |
public void | setDomain(String domain) This method sets the domain key value. |
public void | setPath(String path) This method sets the path. |
public void | setValue(String value) This method sets the value of the cookie. |