Uses of Class
org.eclipse.jetty.server.handler.HandlerWrapper
Packages that use HandlerWrapper
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
-
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.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 HandlerclassMoved 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.classSecuredRedirectHandler redirects fromhttptohttps.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