Uses of Interface
org.eclipse.jetty.session.SessionManager
Packages that use SessionManager
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty NoSql : MongoDB 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.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return SessionManagerModifier and TypeMethodDescriptionContextHandler.CoreContextRequest.getSessionManager()
SessionHandler.getSessionManager()
Methods in org.eclipse.jetty.ee8.nested with parameters of type SessionManagerModifier and TypeMethodDescriptionContextHandler.CoreContextRequest.getManagedSession
(SessionManager manager) Retrieve an existing session, if one exists, for a given SessionManager.javax.servlet.http.HttpSession
Request.getSession
(SessionManager sessionManager) Find a session that this request has already entered for the given SessionHandlervoid
ContextHandler.CoreContextRequest.setSessionManager
(SessionManager sessionManager) -
Uses of SessionManager in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return SessionManagerModifier and TypeMethodDescriptionContextHandler.CoreContextRequest.getSessionManager()
SessionHandler.getSessionManager()
Methods in org.eclipse.jetty.ee9.nested with parameters of type SessionManagerModifier and TypeMethodDescriptionContextHandler.CoreContextRequest.getManagedSession
(SessionManager manager) Retrieve an existing session, if one exists, for a given SessionManager.jakarta.servlet.http.HttpSession
Request.getSession
(SessionManager sessionManager) Find a session that this request has already entered for the given SessionHandlervoid
ContextHandler.CoreContextRequest.setSessionManager
(SessionManager sessionManager) -
Uses of SessionManager in org.eclipse.jetty.hazelcast.session
Methods in org.eclipse.jetty.hazelcast.session with parameters of type SessionManagerModifier and TypeMethodDescriptionHazelcastSessionDataStoreFactory.getSessionDataStore
(SessionManager sessionManager) -
Uses of SessionManager in org.eclipse.jetty.nosql.mongodb
Methods in org.eclipse.jetty.nosql.mongodb with parameters of type SessionManagerModifier and TypeMethodDescriptionMongoSessionDataStoreFactory.getSessionDataStore
(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)