Uses of Class
org.eclipse.jetty.ee8.nested.HandlerWrapper
Packages that use HandlerWrapper
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 HandlerWrapper in org.eclipse.jetty.ee8.nested
Subclasses of HandlerWrapper 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
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
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 that return HandlerWrapperModifier and TypeMethodDescriptionHandlerWrapper.getTail()
Get the tail of a chain ofHandlerWrapper
s.Methods in org.eclipse.jetty.ee8.nested with parameters of type HandlerWrapperModifier and TypeMethodDescriptionvoid
HandlerWrapper.insertHandler
(HandlerWrapper wrapper) Replace the current handler with another HandlerWrapper linked to the current handler. -
Uses of HandlerWrapper in org.eclipse.jetty.ee8.security
Subclasses of HandlerWrapper in org.eclipse.jetty.ee8.securityModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of HandlerWrapper in org.eclipse.jetty.ee8.servlet
Subclasses of HandlerWrapper in org.eclipse.jetty.ee8.servletModifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler.Methods in org.eclipse.jetty.ee8.servlet with parameters of type HandlerWrapperModifier and TypeMethodDescriptionvoid
ServletContextHandler.insertHandler
(HandlerWrapper handler) Insert a HandlerWrapper before the first Session, Security or ServletHandler but after any other HandlerWrappers. -
Uses of HandlerWrapper in org.eclipse.jetty.ee8.webapp
Subclasses of HandlerWrapper in org.eclipse.jetty.ee8.webapp