Uses of Interface
org.eclipse.jetty.session.SessionManager
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Session Management Implementations
-
Uses of SessionManager in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletContextHandler.ServletRequestInfo.getSessionManager()
ServletContextRequest.getSessionManager()
ModifierConstructorDescriptionprotected
ServletContextRequest
(ServletContextHandler.ServletContextApi servletContextApi, ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource, SessionManager sessionManager) -
Uses of SessionManager in org.eclipse.jetty.session
Modifier and TypeClassDescriptionclass
AbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.class
A simple core SessionHandlerModifier and TypeFieldDescriptionprotected final SessionManager
AbstractSessionCache._manager
The SessionManager related to this SessionCacheprotected final SessionManager
ManagedSession._manager
protected SessionManager
SessionContext._sessionManager
Modifier and TypeMethodDescriptionAbstractSessionCache.getSessionManager()
ManagedSession.getSessionManager()
SessionCache.getSessionManager()
SessionContext.getSessionManager()
Modifier and TypeMethodDescriptionDefaultSessionIdManager.getSessionManagers()
Get SessionManager for every context.Modifier 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 SessionCache
AbstractSessionCacheFactory.newSessionCache
(SessionManager manager) DefaultSessionCacheFactory.newSessionCache
(SessionManager manager) NullSessionCacheFactory.newSessionCache
(SessionManager manager) ModifierConstructorDescriptionAbstractSessionCache
(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, Scheduler scheduler)