|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.meterware.httpunit.cookies.Cookie
An HTTP client-side cookie.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDomain()
Returns the domain to which this cookie may be sent. |
java.lang.String |
getName()
Returns the name of this cookie. |
java.lang.String |
getPath()
Returns the path to which this cookie is restricted. |
java.lang.String |
getValue()
Returns the value associated with this cookie. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getPath()
public java.lang.String getDomain()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
Copyright © 2000-2003 Russell Gold. See license agreement for rights granted. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |