Uses of Class
org.eclipse.jetty.server.Handler.Wrapper
Packages that use Handler.Wrapper
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of Handler.Wrapper in org.eclipse.jetty.server
Subclasses of Handler.Wrapper in org.eclipse.jetty.serverModifier and TypeClassDescriptionclassclassA handler that can limit the size of message bodies in requests and responses. -
Uses of Handler.Wrapper in org.eclipse.jetty.server.handler
Subclasses of Handler.Wrapper in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclassA Handler that can apply a mechanism to buffer the entire response content until the output is closed.classImplementation of aHandlerthat supports HTTP CONNECT.classclassDebug Handler.classclassAHandler.Wrapperthat fires events during the processing of the requests.classHandler to track active requests and allow them to gracefully complete.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassAHandlerthat helps recording the total latency of the requests executed by the wrapped handler.classAContextHandlerwith a childHandlerthat redirects to a configurable URI.classclassResource Handler.static classUtility class to create a ContextHandler containing a ResourceHandler.classForces a redirect to the secure form of the resource before allowed to access the resource.classAHandlerthat initiates a Shutdown of the Jetty Server it belongs to.classstatic classChecks that the wrapped handler can read/write at a minimal rate of N bytes per second.classHandler to limit the threads per IP address for DOS protectionclassInspired by nginx'stry_filesfunctionality. -
Uses of Handler.Wrapper in org.eclipse.jetty.server.handler.gzip
Subclasses of Handler.Wrapper in org.eclipse.jetty.server.handler.gzip