org.openqa.jetty.jetty.servlet
Class HashSessionManager
java.lang.Object
org.openqa.jetty.jetty.servlet.AbstractSessionManager
org.openqa.jetty.jetty.servlet.HashSessionManager
- All Implemented Interfaces:
- Serializable, SessionManager, LifeCycle
public class HashSessionManager
- extends AbstractSessionManager
An in-memory implementation of SessionManager.
- Version:
- $Id: HashSessionManager.java,v 1.16 2004/05/09 20:32:27 gregwilkins Exp $
- Author:
- Greg Wilkins (gregw)
- See Also:
- Serialized Form
Fields inherited from class org.openqa.jetty.jetty.servlet.AbstractSessionManager |
__allSessions, __distantFuture, _crossContextSessionIDs, _handler, _httpOnly, _invalidateGlobal, _maxSessions, _minSessions, _random, _secureCookies, _sessionAttributeListeners, _sessionListeners, _sessions, _weakRandom |
Methods inherited from class org.openqa.jetty.jetty.servlet.AbstractSessionManager |
addEventListener, getCrossContextSessionIDs, getHttpOnly, getHttpSession, getMaxInactiveInterval, getMaxSessions, getMinSessions, getRandom, getScavengePeriod, getSecureCookies, getSessionCookie, getSessionMap, getSessions, getUseRequestedId, getWorkerName, initialize, isInvalidateGlobal, isStarted, newHttpSession, removeEventListener, resetStats, setCrossContextSessionIDs, setHttpOnly, setInvalidateGlobal, setMaxInactiveInterval, setRandom, setScavengePeriod, setSecureCookies, setUseRequestedId, setWorkerName, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashSessionManager
public HashSessionManager()
HashSessionManager
public HashSessionManager(Random random)
newSession
protected AbstractSessionManager.Session newSession(javax.servlet.http.HttpServletRequest request)
- Specified by:
newSession
in class AbstractSessionManager
Copyright © 2013. All Rights Reserved.