Uses of Class
org.eclipse.jetty.ee9.nested.HandlerWrapper
Packages that use HandlerWrapper
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of HandlerWrapper in org.eclipse.jetty.ee9.nested
Subclasses of HandlerWrapper in org.eclipse.jetty.ee9.nestedModifier and TypeClassDescriptionclassA handler wrapper that provides the framework to asynchronously delay the handling of a request.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandler.classDebug Handler.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassResource Handler.classScopedHandler.classSecuredRedirectHandler redirects fromhttptohttps.classclassHandler to limit the threads per IP address for DOS protectionMethods in org.eclipse.jetty.ee9.nested that return HandlerWrapperModifier and TypeMethodDescriptionHandlerWrapper.getTail()Get the tail of a chain ofHandlerWrappers.Methods in org.eclipse.jetty.ee9.nested with parameters of type HandlerWrapperModifier and TypeMethodDescriptionvoidHandlerWrapper.insertHandler(HandlerWrapper wrapper) Replace the current handler with another HandlerWrapper linked to the current handler. -
Uses of HandlerWrapper in org.eclipse.jetty.ee9.security
Subclasses of HandlerWrapper in org.eclipse.jetty.ee9.securityModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassSelect and apply anAuthenticatorto a request. -
Uses of HandlerWrapper in org.eclipse.jetty.ee9.servlet
Subclasses of HandlerWrapper in org.eclipse.jetty.ee9.servletModifier and TypeClassDescriptionclassServlet Context.classServlet HttpHandler.Methods in org.eclipse.jetty.ee9.servlet with parameters of type HandlerWrapperModifier and TypeMethodDescriptionvoidServletContextHandler.insertHandler(HandlerWrapper handler) Insert a HandlerWrapper before the first Session, Security or ServletHandler but after any other HandlerWrappers. -
Uses of HandlerWrapper in org.eclipse.jetty.ee9.webapp
Subclasses of HandlerWrapper in org.eclipse.jetty.ee9.webapp