Uses of Interface
org.eclipse.jetty.ee8.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.ee8.nested
Classes in org.eclipse.jetty.ee8.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
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 protectionMethods in org.eclipse.jetty.ee8.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.ee8.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.ee8.security
Classes in org.eclipse.jetty.ee8.security that implement HandlerContainerModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of HandlerContainer in org.eclipse.jetty.ee8.servlet
Classes in org.eclipse.jetty.ee8.servlet that implement HandlerContainerModifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler. -
Uses of HandlerContainer in org.eclipse.jetty.ee8.webapp
Classes in org.eclipse.jetty.ee8.webapp that implement HandlerContainer