Uses of Class
org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
Packages that use AbstractHandlerContainer 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 AbstractHandlerContainer in org.eclipse.jetty.ant
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.ant Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment.static classAntWebAppContext.AntServletHandlerAntServletHandler -
Uses of AbstractHandlerContainer in org.eclipse.jetty.embedded
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.embedded Modifier and Type Class Description static classManyHandlers.WelcomeWrapHandlerAdd a request attribute, but produce no output. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.http.spi
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.http.spi Modifier and Type Class Description classHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.maven.plugin
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.maven.plugin Modifier and Type Class Description classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.proxy
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.proxy Modifier and Type Class Description classConnectHandlerImplementation of aHandlerthat supports HTTP CONNECT. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.quickstart
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.quickstart Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of AbstractHandlerContainer in org.eclipse.jetty.rewrite.handler
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description classRewriteHandlerRewrite handler is responsible for managing the rules. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.security
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.security Modifier and Type Class Description classConstraintSecurityHandlerConstraintSecurityHandlerclassSecurityHandlerAbstract SecurityHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.server
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server Modifier and Type Class Description classServerJetty HTTP Servlet Server. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.server.handler
Subclasses of AbstractHandlerContainer 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.classContextHandlerCollectionThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDebugHandlerDeprecated.UseDebugListenerclassFileBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classHandlerCollectionA collection of handlers.classHandlerListHandlerList.classHandlerWrapperAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classHotSwapHandlerAHandlerContainerthat allows a hot swap of a wrapped handler.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 protection -
Uses of AbstractHandlerContainer in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractHandlerContainer 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 AbstractHandlerContainer in org.eclipse.jetty.server.session
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server.session Modifier and Type Class Description classSessionHandlerSessionHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.servlet
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.servlet Modifier and Type Class Description classServletContextHandlerServlet Context.classServletHandlerServlet HttpHandler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.webapp
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.webapp Modifier and Type Class Description classWebAppContextWeb Application Context Handler. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.websocket.server
Subclasses of AbstractHandlerContainer 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
-