org.nnsoft.shs.core.http
Class SessionManager

java.lang.Object
  extended by org.nnsoft.shs.core.http.SessionManager

public final class SessionManager
extends Object

The SessionRegistry is the HTTP Session manager.


Constructor Summary
SessionManager(int sessionMaxAge)
           
 
Method Summary
 void manageSession(Request request, Response response)
           
 void shutDown()
          Turns off the timer to clean the registered sessions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionManager

public SessionManager(int sessionMaxAge)
Parameters:
sessionMaxAge - the max
Method Detail

manageSession

public void manageSession(Request request,
                          Response response)
Parameters:
request -
response -

shutDown

public void shutDown()
Turns off the timer to clean the registered sessions.



Copyright © 2012 99 Software Foundation. All Rights Reserved.