org.atmosphere.cpr
Class SessionTimeoutRestorer
java.lang.Object
org.atmosphere.cpr.SessionTimeoutRestorer
- All Implemented Interfaces:
- Serializable
public final class SessionTimeoutRestorer
- extends Object
- implements Serializable
Capable of restoring HTTP session timeout to given value.
- Since:
- 0.9
- Author:
- Miro Bezjak
- See Also:
- Serialized Form
|
Method Summary |
void |
restore(javax.servlet.http.HttpSession session)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionTimeoutRestorer
public SessionTimeoutRestorer(int timeout)
restore
public void restore(javax.servlet.http.HttpSession session)
Copyright © 2012. All Rights Reserved.