Uses of Class
org.eclipse.jetty.ee10.servlet.SessionHandler
Packages that use SessionHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of SessionHandler in org.eclipse.jetty.ee10.servlet
Fields in org.eclipse.jetty.ee10.servlet declared as SessionHandlerMethods in org.eclipse.jetty.ee10.servlet that return SessionHandlerModifier and TypeMethodDescriptionServletContextHandler.getSessionHandler()
protected SessionHandler
ServletContextHandler.newSessionHandler()
Methods in org.eclipse.jetty.ee10.servlet with parameters of type SessionHandlerModifier and TypeMethodDescriptionvoid
ServletContextHandler.setSessionHandler
(SessionHandler sessionHandler) Constructors in org.eclipse.jetty.ee10.servlet with parameters of type SessionHandlerModifierConstructorDescriptionServletContextHandler
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of SessionHandler in org.eclipse.jetty.ee10.webapp
Constructors in org.eclipse.jetty.ee10.webapp with parameters of type SessionHandlerModifierConstructorDescriptionWebAppContext
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) WebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)