|
||||||||||
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. |
long |
getExpiredTime()
|
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. |
int |
hashCode()
|
boolean |
isExpired()
check whether the cookie is expired |
boolean |
mayBeSentTo(java.net.URL url)
may this cookie be sent to the given url? |
void |
setValue(java.lang.String value)
Sets the value associated with this cookie. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public long getExpiredTime()
public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getPath()
public java.lang.String getDomain()
public int hashCode()
public boolean equals(java.lang.Object obj)
public boolean isExpired()
public boolean mayBeSentTo(java.net.URL url)
url
- - the unform resource locator to check
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |