Uses of Class
org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
Packages that use AbstractHandlerContainer
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 AbstractHandlerContainer in org.eclipse.jetty.ee9.nested
Subclasses of AbstractHandlerContainer 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.classA collection of handlers.classHandlerList.classAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classAHandlerContainerthat allows a hot swap of a wrapped handler.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 protection -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee9.security
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee9.securityModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassSelect and apply anAuthenticatorto a request. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee9.servlet
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee9.servletModifier and TypeClassDescriptionclassServlet Context.classServlet HttpHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee9.webapp
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee9.webapp