com.meterware.httpunit.cookies
public class Cookie extends Object
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| String | getDomain()
Returns the domain to which this cookie may be sent. |
| String | getName()
Returns the name of this cookie. |
| String | getPath()
Returns the path to which this cookie is restricted. |
| String | getValue()
Returns the value associated with this cookie. |
| int | hashCode() |