Uses of Interface
org.eclipse.jetty.session.SessionManager
-
Uses of SessionManager in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionManagerModifier and TypeClassDescriptionclassAbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.classA simple core SessionHandlerFields in org.eclipse.jetty.session declared as SessionManagerModifier and TypeFieldDescriptionprotected final SessionManagerAbstractSessionCache._managerThe SessionManager related to this SessionCacheprotected final SessionManagerManagedSession._managerprotected SessionManagerSessionContext._sessionManagerMethods in org.eclipse.jetty.session that return SessionManagerModifier and TypeMethodDescriptionAbstractSessionCache.getSessionManager()ManagedSession.getSessionManager()SessionCache.getSessionManager()SessionContext.getSessionManager()Methods in org.eclipse.jetty.session that return types with arguments of type SessionManagerModifier and TypeMethodDescriptionDefaultSessionIdManager.getSessionManagers()Get SessionManager for every context.Methods in org.eclipse.jetty.session with parameters of type SessionManagerModifier and TypeMethodDescriptionAbstractSessionCacheFactory.getSessionCache(SessionManager manager) SessionCacheFactory.getSessionCache(SessionManager manager) CachingSessionDataStoreFactory.getSessionDataStore(SessionManager manager) FileSessionDataStoreFactory.getSessionDataStore(SessionManager manager) JDBCSessionDataStoreFactory.getSessionDataStore(SessionManager manager) NullSessionDataStoreFactory.getSessionDataStore(SessionManager manager) SessionDataStoreFactory.getSessionDataStore(SessionManager manager) abstract SessionCacheAbstractSessionCacheFactory.newSessionCache(SessionManager manager) DefaultSessionCacheFactory.newSessionCache(SessionManager manager) NullSessionCacheFactory.newSessionCache(SessionManager manager) Constructors in org.eclipse.jetty.session with parameters of type SessionManagerModifierConstructorDescriptionAbstractSessionCache(SessionManager handler) DefaultSessionCache(SessionManager manager) DefaultSessionCache(SessionManager manager, ConcurrentMap<String, ManagedSession> sessions) ManagedSession(SessionManager manager, SessionData data) Create a new session object.NullSessionCache(SessionManager manager) SessionContext(SessionManager sessionManager) SessionInactivityTimer(SessionManager sessionManager, ManagedSession session, org.eclipse.jetty.util.thread.Scheduler scheduler)