Uses of Class
org.eclipse.jetty.server.handler.HandlerWrapper
-
Packages that use HandlerWrapper Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.embedded org.eclipse.jetty.http.spi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.quickstart org.eclipse.jetty.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jettyorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.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 Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Supportorg.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of HandlerWrapper in org.eclipse.jetty.ant
Subclasses of HandlerWrapper in org.eclipse.jetty.ant Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment.static classAntWebAppContext.AntServletHandlerAntServletHandler -
Uses of HandlerWrapper in org.eclipse.jetty.embedded
Subclasses of HandlerWrapper in org.eclipse.jetty.embedded Modifier and Type Class Description static classManyHandlers.WelcomeWrapHandlerAdd a request attribute, but produce no output. -
Uses of HandlerWrapper in org.eclipse.jetty.http.spi
Subclasses of HandlerWrapper in org.eclipse.jetty.http.spi Modifier and Type Class Description classHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of HandlerWrapper in org.eclipse.jetty.maven.plugin
Subclasses of HandlerWrapper in org.eclipse.jetty.maven.plugin Modifier and Type Class Description classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of HandlerWrapper in org.eclipse.jetty.proxy
Subclasses of HandlerWrapper in org.eclipse.jetty.proxy Modifier and Type Class Description classConnectHandlerImplementation of aHandlerthat supports HTTP CONNECT. -
Uses of HandlerWrapper in org.eclipse.jetty.quickstart
Subclasses of HandlerWrapper in org.eclipse.jetty.quickstart Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of HandlerWrapper in org.eclipse.jetty.rewrite.handler
Subclasses of HandlerWrapper in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description classRewriteHandlerRewrite handler is responsible for managing the rules. -
Uses of HandlerWrapper in org.eclipse.jetty.security
Subclasses of HandlerWrapper in org.eclipse.jetty.security Modifier and Type Class Description classConstraintSecurityHandlerConstraintSecurityHandlerclassSecurityHandlerAbstract SecurityHandler. -
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.classSizeLimitHandlerA handler that can limit the size of message bodies in requests and responses.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. -
Uses of HandlerWrapper in org.eclipse.jetty.servlet
Subclasses of HandlerWrapper in org.eclipse.jetty.servlet Modifier and Type Class Description classServletContextHandlerServlet Context.classServletHandlerServlet HttpHandler.Methods in org.eclipse.jetty.servlet with parameters of type HandlerWrapper Modifier and Type Method Description voidServletContextHandler. insertHandler(HandlerWrapper handler)Insert a HandlerWrapper before the first Session,Security or ServletHandler but after any other HandlerWrappers. -
Uses of HandlerWrapper in org.eclipse.jetty.webapp
Subclasses of HandlerWrapper in org.eclipse.jetty.webapp Modifier and Type Class Description classWebAppContextWeb Application Context Handler. -
Uses of HandlerWrapper in org.eclipse.jetty.websocket.server
Subclasses of HandlerWrapper in org.eclipse.jetty.websocket.server Modifier and Type Class Description classWebSocketHandlerstatic classWebSocketHandler.SimpleCreate a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.classWebSocketUpgradeHandlerWrapper
-