|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.apphere.cookies.CookieManager
Constructor Summary | |
CookieManager()
|
Method Summary | |
static CookieJar |
getUserCookies(HTTPHeader header)
|
static void |
readCookies(HTTPHeader response)
// save the cookies in AppHere server and remove from response going to the browser |
static void |
writeCookies(HTTPHeader request)
insert the AppHere cookies instead of any existing ones (the browser shouldnt send cookies, or if it does, they could be another user's or something) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CookieManager()
Method Detail |
public static void readCookies(HTTPHeader response)
response
- public static void writeCookies(HTTPHeader request)
public static CookieJar getUserCookies(HTTPHeader header) throws InvalidTokenException, AppHereException
InvalidTokenException
AppHereException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |