Uses of Class
org.eclipse.jetty.server.handler.AbstractHandler
-
Packages that use AbstractHandler 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.osgi.httpservice org.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 AbstractHandler in org.eclipse.jetty.ant
Subclasses of AbstractHandler in org.eclipse.jetty.ant Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment.static classAntWebAppContext.AntServletHandlerAntServletHandler -
Uses of AbstractHandler in org.eclipse.jetty.embedded
Subclasses of AbstractHandler in org.eclipse.jetty.embedded Modifier and Type Class Description classHelloHandlerclassHelloWorldstatic classManyHandlers.ParamHandlerProduce output that lists all of the request parametersstatic classManyHandlers.WelcomeWrapHandlerAdd a request attribute, but produce no output. -
Uses of AbstractHandler in org.eclipse.jetty.http.spi
Subclasses of AbstractHandler in org.eclipse.jetty.http.spi Modifier and Type Class Description classHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of AbstractHandler in org.eclipse.jetty.maven.plugin
Subclasses of AbstractHandler in org.eclipse.jetty.maven.plugin Modifier and Type Class Description classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of AbstractHandler in org.eclipse.jetty.osgi.httpservice
Subclasses of AbstractHandler in org.eclipse.jetty.osgi.httpservice Modifier and Type Class Description classHttpServiceErrorPageErrorHandlerExtended error page handler. -
Uses of AbstractHandler in org.eclipse.jetty.proxy
Subclasses of AbstractHandler in org.eclipse.jetty.proxy Modifier and Type Class Description classConnectHandlerImplementation of aHandlerthat supports HTTP CONNECT. -
Uses of AbstractHandler in org.eclipse.jetty.quickstart
Subclasses of AbstractHandler in org.eclipse.jetty.quickstart Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of AbstractHandler in org.eclipse.jetty.rewrite.handler
Subclasses of AbstractHandler in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description classRewriteHandlerRewrite handler is responsible for managing the rules. -
Uses of AbstractHandler in org.eclipse.jetty.security
Subclasses of AbstractHandler in org.eclipse.jetty.security Modifier and Type Class Description classConstraintSecurityHandlerConstraintSecurityHandlerclassSecurityHandlerAbstract SecurityHandler. -
Uses of AbstractHandler in org.eclipse.jetty.server
Subclasses of AbstractHandler in org.eclipse.jetty.server Modifier and Type Class Description classServerJetty HTTP Servlet Server. -
Uses of AbstractHandler in org.eclipse.jetty.server.handler
Subclasses of AbstractHandler in org.eclipse.jetty.server.handler Modifier and Type Class Description static classAbstractHandler.ErrorDispatchHandlerDeprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.classAbstractHandlerContainerAbstract Handler Container.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.UseDebugListenerclassDefaultHandlerDefault Handler.classErrorHandlerHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).classFileBufferedResponseHandlerA 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.classSecuredRedirectHandlerSecured Redirect HandlerclassShutdownHandlerA 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 AbstractHandler in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractHandler 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 AbstractHandler in org.eclipse.jetty.server.session
Subclasses of AbstractHandler in org.eclipse.jetty.server.session Modifier and Type Class Description classSessionHandlerSessionHandler. -
Uses of AbstractHandler in org.eclipse.jetty.servlet
Subclasses of AbstractHandler in org.eclipse.jetty.servlet Modifier and Type Class Description classErrorPageErrorHandlerAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServletContextHandlerServlet Context.classServletHandlerServlet HttpHandler. -
Uses of AbstractHandler in org.eclipse.jetty.webapp
Subclasses of AbstractHandler in org.eclipse.jetty.webapp Modifier and Type Class Description classWebAppContextWeb Application Context Handler. -
Uses of AbstractHandler in org.eclipse.jetty.websocket.server
Subclasses of AbstractHandler 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
-