Uses of Class
org.eclipse.jetty.ee8.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.ee8.nested
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee8.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
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 protection -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee8.security
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee8.securityModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee8.servlet
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee8.servletModifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.ee8.webapp
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ee8.webapp