|
Kafenio.editor 0.8.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.xeinfach.kafenio.urlfetch.Cookie
Description: Encapsulates information about an HTTP cookie.
| Constructor Summary | |
Cookie(java.lang.String rawCookie)
The constructor.Takes a string representing a cookie, parses, the string and populates itself with the corresponding data. |
|
| Method Summary | |
java.lang.String |
getDomain()
Indicates the domain the cookie corresponds to. |
java.lang.String |
getExpires()
Indicates when the cookie is to expire. |
java.lang.String |
getKey()
Returns the key portion of the key/value portion of the cookie. |
java.lang.String |
getKeyValue()
Returns the key/value portion of the string. |
java.lang.String |
getPath()
Indicates the path the cookie corresponds to. |
java.lang.String |
getValue()
Returns the value portion of the key/value portion of the cookie. |
void |
setDomain(java.lang.String newDomain)
Sets the domain the cookie is to correspond to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Cookie(java.lang.String rawCookie)
rawCookie - The string representing the cookie.| Method Detail |
public java.lang.String getKeyValue()
public java.lang.String getKey()
public java.lang.String getValue()
public java.lang.String getExpires()
public java.lang.String getDomain()
public void setDomain(java.lang.String newDomain)
newDomain - The domain.public java.lang.String getPath()
|
Kafenio.editor 0.8.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||