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 TypeClassDescriptionclass
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler.class
Debug Handler.class
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
A collection of handlers.class
HandlerList.class
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
AHandlerContainer
that allows a hot swap of a wrapped handler.class
Handler to adjust the idle timeout of requests while dispatched.class
InetAddress Access Handlerclass
Resource Handler.class
ScopedHandler.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
class
Handler 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 TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee9.servlet
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee9.servletModifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee9.webapp
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee9.webapp