com.jalios.rest.client
Class StoredCookie
java.lang.Object
com.jalios.rest.client.StoredCookie
public class StoredCookie
- extends Object
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.
- Since:
- JCMS-6.0
- Author:
- dissert
Constructor Summary |
StoredCookie(org.restlet.data.Cookie cookie,
int maxAge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredCookie
public StoredCookie(org.restlet.data.Cookie cookie,
int maxAge)
getCookie
public org.restlet.data.Cookie getCookie()
isTooOld
public boolean isTooOld()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.