Uses of Class
org.eclipse.jetty.server.handler.HandlerWrapper
-
Packages that use HandlerWrapper Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of HandlerWrapper in org.eclipse.jetty.server
Subclasses of HandlerWrapper in org.eclipse.jetty.server Modifier and Type Class Description classServerJetty HTTP Servlet Server. -
Uses of HandlerWrapper in org.eclipse.jetty.server.handler
Subclasses of HandlerWrapper in org.eclipse.jetty.server.handler Modifier and Type Class Description classAsyncDelayHandlerA handler wrapper that provides the framework to asynchronously delay the handling of a request.classBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandlerContextHandler.classDebugHandlerDeprecated.UseDebugListenerclassFileBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classIdleTimeoutHandlerHandler to adjust the idle timeout of requests while dispatched.classInetAccessHandlerInetAddress Access HandlerclassIPAccessHandlerDeprecated.Use @InetAccessHandler.classMovedContextHandlerMoved ContextHandler.classRequestLogHandlerThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResourceHandlerResource Handler.classScopedHandlerScopedHandler.classShutdownHandlerA handler that shuts the server down on a valid request.classStatisticsHandlerclassThreadLimitHandlerHandler to limit the threads per IP address for DOS protectionMethods in org.eclipse.jetty.server.handler with parameters of type HandlerWrapper Modifier and Type Method Description voidHandlerWrapper. 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.gzip Modifier and Type Class Description classGzipHandlerA 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 Modifier and Type Class Description classSessionHandlerSessionHandler.
-