Uses of Class
org.eclipse.jetty.ee8.nested.HandlerWrapper
Packages that use HandlerWrapper
-
Uses of HandlerWrapper in org.eclipse.jetty.ee8.nested
Subclasses of HandlerWrapper in org.eclipse.jetty.ee8.nestedModifier and TypeClassDescriptionclassA handler wrapper that provides the framework to asynchronously delay the handling of a request.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandler.classDebug Handler.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassResource Handler.classScopedHandler.classSecuredRedirectHandler redirects fromhttptohttps.classclassHandler 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 ofHandlerWrappers.Methods in org.eclipse.jetty.ee8.nested with parameters of type HandlerWrapperModifier and TypeMethodDescriptionvoidHandlerWrapper.insertHandler(HandlerWrapper wrapper) Replace the current handler with another HandlerWrapper linked to the current handler.