Uses of Class
org.eclipse.jetty.server.session.SessionHandler
Packages that use SessionHandler
Package
Description
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
-
Uses of SessionHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SessionHandlerMethods in org.eclipse.jetty.server that return types with arguments of type SessionHandlerModifier and TypeMethodDescriptionSessionIdManager.getSessionHandlers()Get the set of all session handlers for this nodeMethods in org.eclipse.jetty.server with parameters of type SessionHandlerModifier and TypeMethodDescriptionjavax.servlet.http.HttpSessionRequest.getSession(SessionHandler sessionHandler) Find a session that this request has already entered for the given SessionHandlervoidRequest.setSessionHandler(SessionHandler sessionHandler) -
Uses of SessionHandler in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as SessionHandlerModifier and TypeFieldDescriptionprotected final SessionHandlerAbstractSessionCache._handlerThe SessionHandler related to this SessionCacheprotected final SessionHandlerSession._handlerMethods in org.eclipse.jetty.server.session that return SessionHandlerModifier and TypeMethodDescriptionAbstractSessionCache.getSessionHandler()Session.getSessionHandler()SessionCache.getSessionHandler()SessionContext.getSessionHandler()Methods in org.eclipse.jetty.server.session that return types with arguments of type SessionHandlerModifier and TypeMethodDescriptionDefaultSessionIdManager.getSessionHandlers()Get SessionHandler for every context.Methods in org.eclipse.jetty.server.session with parameters of type SessionHandlerModifier and TypeMethodDescriptionAbstractSessionCacheFactory.getSessionCache(SessionHandler handler) SessionCacheFactory.getSessionCache(SessionHandler handler) CachingSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) FileSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) JDBCSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) NullSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) SessionDataStoreFactory.getSessionDataStore(SessionHandler handler) abstract SessionCacheAbstractSessionCacheFactory.newSessionCache(SessionHandler handler) DefaultSessionCacheFactory.newSessionCache(SessionHandler handler) NullSessionCacheFactory.newSessionCache(SessionHandler handler) Constructors in org.eclipse.jetty.server.session with parameters of type SessionHandlerModifierConstructorDescriptionAbstractSessionCache(SessionHandler handler) DefaultSessionCache(SessionHandler manager) DefaultSessionCache(SessionHandler manager, ConcurrentMap<String, Session> sessions) NullSessionCache(SessionHandler handler) Session(SessionHandler handler, javax.servlet.http.HttpServletRequest request, SessionData data) Create a new sessionSession(SessionHandler handler, SessionData data) Re-inflate an existing session from some eg persistent store.