|
|||||||||
| Home >> All >> org >> mortbay >> jetty >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mortbay.jetty.servlet
Class HashSessionManager

java.lang.Objectorg.mortbay.jetty.servlet.AbstractSessionManager
org.mortbay.jetty.servlet.HashSessionManager
- All Implemented Interfaces:
- org.mortbay.util.LifeCycle, java.io.Serializable, SessionManager
- public class HashSessionManager
- extends AbstractSessionManager
An in-memory implementation of SessionManager.
- Version:
- $Id: HashSessionManager.java,v 1.15 2003/09/18 13:29:24 gregwilkins Exp $
| Nested Class Summary | |
protected class |
HashSessionManager.Session
|
| Nested classes inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
AbstractSessionManager.SessionScavenger |
| Field Summary |
| Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
__24SessionDestroyed, __distantFuture, _handler, _maxSessions, _minSessions, _random, _sessionAttributeListeners, _sessionListeners, _sessions |
| 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(javax.servlet.http.HttpServletRequest request)
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HashSessionManager
public HashSessionManager()
HashSessionManager
public HashSessionManager(java.util.Random random)
| Method Detail |
newSession
protected AbstractSessionManager.Session newSession(javax.servlet.http.HttpServletRequest request)
- Specified by:
newSessionin classAbstractSessionManager
|
|||||||||
| Home >> All >> org >> mortbay >> jetty >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC