com.meterware.httpunit.cookies

Class Cookie

public class Cookie extends Object

An HTTP client-side cookie.

Author: Russell Gold

Method Summary
booleanequals(Object obj)
StringgetDomain()
Returns the domain to which this cookie may be sent.
StringgetName()
Returns the name of this cookie.
StringgetPath()
Returns the path to which this cookie is restricted.
StringgetValue()
Returns the value associated with this cookie.
inthashCode()

Method Detail

equals

public boolean equals(Object obj)

getDomain

public String getDomain()
Returns the domain to which this cookie may be sent.

getName

public String getName()
Returns the name of this cookie.

getPath

public String getPath()
Returns the path to which this cookie is restricted.

getValue

public String getValue()
Returns the value associated with this cookie.

hashCode

public int hashCode()