Uses of Class
org.eclipse.jetty.server.session.SessionHandler
Packages that use 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
Methods in org.eclipse.jetty.gcloud.session with parameters of type SessionHandlerModifier and TypeMethodDescriptionGCloudSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.nosql.mongodb
Methods in org.eclipse.jetty.nosql.mongodb with parameters of type SessionHandlerModifier and TypeMethodDescriptionMongoSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
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.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
Fields in org.eclipse.jetty.server.session declared as SessionHandlerModifier and TypeFieldDescriptionprotected final SessionHandler
AbstractSessionCache._handler
The SessionHandler related to this SessionCacheprotected final SessionHandler
Session._handler
Methods 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 SessionCache
AbstractSessionCacheFactory.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. -
Uses of SessionHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as SessionHandlerMethods in org.eclipse.jetty.servlet that return SessionHandlerModifier and TypeMethodDescriptionServletContextHandler.getSessionHandler()
protected SessionHandler
ServletContextHandler.newSessionHandler()
Methods in org.eclipse.jetty.servlet with parameters of type SessionHandlerModifier and TypeMethodDescriptionvoid
ServletContextHandler.setSessionHandler
(SessionHandler sessionHandler) Constructors in org.eclipse.jetty.servlet with parameters of type SessionHandlerModifierConstructorDescriptionServletContextHandler
(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
Methods in org.eclipse.jetty.session.infinispan with parameters of type SessionHandlerModifier and TypeMethodDescriptionInfinispanSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.webapp
Constructors in org.eclipse.jetty.webapp with parameters of type SessionHandlerModifierConstructorDescriptionWebAppContext
(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.