Uses of Class
org.eclipse.jetty.ee10.servlet.SessionHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of SessionHandler in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletContextHandler.getSessionHandler()
protected SessionHandler
ServletContextHandler.newSessionHandler()
Modifier and TypeMethodDescriptionvoid
ServletContextHandler.setSessionHandler
(SessionHandler sessionHandler) ModifierConstructorDescriptionServletContextHandler
(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
ModifierConstructorDescriptionWebAppContext
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) WebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)