org.atmosphere.cpr
Class SessionTimeoutRestorer

java.lang.Object
  extended by 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

Constructor Summary
SessionTimeoutRestorer(int timeout)
           
 
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
 

Constructor Detail

SessionTimeoutRestorer

public SessionTimeoutRestorer(int timeout)
Method Detail

restore

public void restore(javax.servlet.http.HttpSession session)


Copyright © 2012. All Rights Reserved.