Uses of Interface
org.eclipse.jetty.ee9.nested.HandlerContainer
Packages that use HandlerContainer
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 HandlerContainer in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement HandlerContainerModifier and TypeClassDescriptionclass
Abstract Handler Container.class
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
This handler wraps a call to handle by setting the context and servlet path, plus setting the context classloader.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
A ScopedHandler is a HandlerWrapper where the wrapped handlers each define a scope.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
class
Handler to limit the threads per IP address for DOS protectionMethods in org.eclipse.jetty.ee9.nested with type parameters of type HandlerContainerModifier and TypeMethodDescriptionstatic <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf
(HandlerContainer root, Class<T> type, Handler handler) Methods in org.eclipse.jetty.ee9.nested with parameters of type HandlerContainerModifier and TypeMethodDescriptionstatic <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf
(HandlerContainer root, Class<T> type, Handler handler) -
Uses of HandlerContainer in org.eclipse.jetty.ee9.security
Classes in org.eclipse.jetty.ee9.security that implement HandlerContainerModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of HandlerContainer in org.eclipse.jetty.ee9.servlet
Classes in org.eclipse.jetty.ee9.servlet that implement HandlerContainerModifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler. -
Uses of HandlerContainer in org.eclipse.jetty.ee9.webapp
Classes in org.eclipse.jetty.ee9.webapp that implement HandlerContainer