Uses of Class
org.eclipse.jetty.server.session.SessionHandler
Package
Description
Jetty NoSql : MongoDB Integration
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of SessionHandler in org.eclipse.jetty.gcloud.session
Modifier and TypeMethodDescriptionGCloudSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.nosql.mongodb
Modifier and TypeMethodDescriptionMongoSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionSessionIdManager.getSessionHandlers()
Get the set of all session handlers for this nodeModifier and TypeMethodDescriptionjavax.servlet.http.HttpSession
Request.getSession
(SessionHandler sessionHandler) Find a session that this request has already entered for the given SessionHandlervoid
Request.setSessionHandler
(SessionHandler sessionHandler) -
Uses of SessionHandler in org.eclipse.jetty.server.session
Modifier and TypeFieldDescriptionprotected final SessionHandler
AbstractSessionCache._handler
The SessionHandler related to this SessionCacheprotected final SessionHandler
Session._handler
Modifier and TypeMethodDescriptionAbstractSessionCache.getSessionHandler()
Session.getSessionHandler()
SessionCache.getSessionHandler()
SessionContext.getSessionHandler()
Modifier and TypeMethodDescriptionDefaultSessionIdManager.getSessionHandlers()
Get SessionHandler for every context.Modifier 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 SessionCache
AbstractSessionCacheFactory.newSessionCache
(SessionHandler handler) DefaultSessionCacheFactory.newSessionCache
(SessionHandler handler) NullSessionCacheFactory.newSessionCache
(SessionHandler handler) ModifierConstructorDescriptionAbstractSessionCache
(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. -
Uses of SessionHandler in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionServletContextHandler.getSessionHandler()
protected SessionHandler
ServletContextHandler.newSessionHandler()
Modifier and TypeMethodDescriptionvoid
ServletContextHandler.setSessionHandler
(SessionHandler sessionHandler) ModifierConstructorDescriptionServletContextHandler
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler
(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of SessionHandler in org.eclipse.jetty.session.infinispan
Modifier and TypeMethodDescriptionInfinispanSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.webapp
ModifierConstructorDescriptionWebAppContext
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.WebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) This constructor is used in the geronimo integration.