|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.servlet.AbstractSessionManager
org.mortbay.jetty.servlet.HashSessionManager
An in-memory implementation of SessionManager.
Nested Class Summary | |
protected class |
HashSessionManager.Session
|
Field Summary |
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
__allSessions, __distantFuture, _crossContextSessionIDs, _handler, _httpOnly, _invalidateGlobal, _maxSessions, _minSessions, _random, _secureCookies, _sessionAttributeListeners, _sessionListeners, _sessions, _weakRandom |
Fields inherited from interface org.mortbay.jetty.servlet.SessionManager |
__MaxAge, __SessionCookie, __SessionDomain, __SessionPath, __SessionURL, __SessionUrlPrefix |
Constructor Summary | |
HashSessionManager()
|
|
HashSessionManager(java.util.Random random)
|
Method Summary | |
protected AbstractSessionManager.Session |
newSession(HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HashSessionManager()
public HashSessionManager(java.util.Random random)
Method Detail |
protected AbstractSessionManager.Session newSession(HttpServletRequest request)
newSession
in class AbstractSessionManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |