|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.rest.client.StoredCookie
public class StoredCookie
Encapsulation of a Restlet Cookie in a Rest Client Session. It is suppose to add behaviour of a Stored Cookie, that may be removed after a while.
| Constructor Summary | |
|---|---|
StoredCookie(org.restlet.data.Cookie cookie,
int maxAge)
|
|
| Method Summary | |
|---|---|
org.restlet.data.Cookie |
getCookie()
|
boolean |
isTooOld()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoredCookie(org.restlet.data.Cookie cookie,
int maxAge)
| Method Detail |
|---|
public org.restlet.data.Cookie getCookie()
public boolean isTooOld()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||