Uses of Interface
org.eclipse.jetty.session.SessionManager
Packages that use SessionManager
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Session Management Implementations
-
Uses of SessionManager in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement SessionManagerMethods in org.eclipse.jetty.ee10.servlet that return SessionManagerModifier and TypeMethodDescriptionServletContextHandler.ServletRequestInfo.getSessionManager()
ServletContextRequest.getSessionManager()
Constructors in org.eclipse.jetty.ee10.servlet with parameters of type SessionManagerModifierConstructorDescriptionprotected
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
Classes in org.eclipse.jetty.session that implement SessionManagerModifier and TypeClassDescriptionclass
AbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.class
A simple core SessionHandlerFields in org.eclipse.jetty.session declared as SessionManagerModifier and TypeFieldDescriptionprotected final SessionManager
AbstractSessionCache._manager
The SessionManager related to this SessionCacheprotected final SessionManager
ManagedSession._manager
protected SessionManager
SessionContext._sessionManager
Methods 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 SessionCache
AbstractSessionCacheFactory.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, Scheduler scheduler)