Uses of Class
org.eclipse.jetty.server.handler.HandlerWrapper
Packages that use HandlerWrapper
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of HandlerWrapper in org.eclipse.jetty.security
Subclasses of HandlerWrapper in org.eclipse.jetty.securityModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassAbstract SecurityHandler. -
Uses of HandlerWrapper in org.eclipse.jetty.server
Subclasses of HandlerWrapper in org.eclipse.jetty.server -
Uses of HandlerWrapper in org.eclipse.jetty.server.handler
Subclasses of HandlerWrapper in org.eclipse.jetty.server.handlerModifier 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.classDeprecated.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 HandlerclassDeprecated.Use @InetAccessHandler.classMoved ContextHandler.classThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResource Handler.classScopedHandler.classA handler that shuts the server down on a valid request.classclassHandler to limit the threads per IP address for DOS protectionMethods in org.eclipse.jetty.server.handler with parameters of type HandlerWrapperModifier and TypeMethodDescriptionvoidHandlerWrapper.insertHandler(HandlerWrapper wrapper) Replace the current handler with another HandlerWrapper linked to the current handler. -
Uses of HandlerWrapper in org.eclipse.jetty.server.handler.gzip
Subclasses of HandlerWrapper in org.eclipse.jetty.server.handler.gzipModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of HandlerWrapper in org.eclipse.jetty.server.session
Subclasses of HandlerWrapper in org.eclipse.jetty.server.session -
Uses of HandlerWrapper in org.eclipse.jetty.servlet
Subclasses of HandlerWrapper in org.eclipse.jetty.servletModifier and TypeClassDescriptionclassServlet Context.classServlet HttpHandler.Methods in org.eclipse.jetty.servlet with parameters of type HandlerWrapperModifier and TypeMethodDescriptionprivate voidServletContextHandler.doSetHandler(HandlerWrapper wrapper, Handler handler) voidServletContextHandler.insertHandler(HandlerWrapper handler) Insert a HandlerWrapper before the first Session,Security or ServletHandler but after any other HandlerWrappers.private voidServletContextHandler.replaceHandler(HandlerWrapper handler, HandlerWrapper replacement) -
Uses of HandlerWrapper in org.eclipse.jetty.webapp
Subclasses of HandlerWrapper in org.eclipse.jetty.webapp
DebugListener