|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mortbay.jetty.servlet.AbstractSessionManager | +--org.mortbay.jetty.servlet.HashSessionManager
An in-memory implementation of SessionManager.
Nested Class Summary |
Nested classes inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
AbstractSessionManager.Session |
Nested classes inherited from class org.mortbay.jetty.servlet.SessionManager |
SessionManager.Session |
Field Summary |
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
__24SessionDestroyed, __distantFuture |
Fields inherited from interface org.mortbay.jetty.servlet.SessionManager |
__MaxAge, __SessionCookie, __SessionDomain, __SessionPath, __SessionURL, __SessionUrlPrefix |
Constructor Summary | |
HashSessionManager()
|
|
HashSessionManager(java.util.Random random)
|
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
addEventListener, getHttpSession, getMaxInactiveInterval, getMaxSessions, getMinSessions, getScavengePeriod, getSessionMap, getSessions, getUseRequestedId, getWorkerName, initialize, isStarted, newHttpSession, removeEventListener, resetStats, setMaxInactiveInterval, setScavengePeriod, setUseRequestedId, setWorkerName, start, stop |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HashSessionManager()
public HashSessionManager(java.util.Random random)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |