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 class
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.static class
AntWebAppContext.AntServletHandler
AntServletHandler -
Uses of AbstractHandler in org.eclipse.jetty.embedded
Subclasses of AbstractHandler in org.eclipse.jetty.embedded Modifier and Type Class Description class
HelloHandler
class
HelloWorld
static class
ManyHandlers.ParamHandler
Produce output that lists all of the request parametersstatic class
ManyHandlers.WelcomeWrapHandler
Add 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 class
HttpSpiContextHandler
Jetty 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 class
JettyWebAppContext
JettyWebAppContext 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 class
HttpServiceErrorPageErrorHandler
Extended error page handler. -
Uses of AbstractHandler in org.eclipse.jetty.proxy
Subclasses of AbstractHandler in org.eclipse.jetty.proxy Modifier and Type Class Description class
ConnectHandler
Implementation of aHandler
that supports HTTP CONNECT. -
Uses of AbstractHandler in org.eclipse.jetty.quickstart
Subclasses of AbstractHandler in org.eclipse.jetty.quickstart Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
Uses of AbstractHandler in org.eclipse.jetty.rewrite.handler
Subclasses of AbstractHandler in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description class
RewriteHandler
Rewrite 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 class
ConstraintSecurityHandler
ConstraintSecurityHandlerclass
SecurityHandler
Abstract SecurityHandler. -
Uses of AbstractHandler in org.eclipse.jetty.server
Subclasses of AbstractHandler in org.eclipse.jetty.server Modifier and Type Class Description class
Server
Jetty 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 class
AbstractHandler.ErrorDispatchHandler
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.class
AbstractHandlerContainer
Abstract Handler Container.class
AsyncDelayHandler
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
BufferedResponseHandler
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler
ContextHandler.class
ContextHandlerCollection
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
DebugHandler
Deprecated.UseDebugListener
class
DefaultHandler
Default Handler.class
ErrorHandler
Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.class
FileBufferedResponseHandler
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
HandlerCollection
A collection of handlers.class
HandlerList
HandlerList.class
HandlerWrapper
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
HotSwapHandler
AHandlerContainer
that allows a hot swap of a wrapped handler.class
IdleTimeoutHandler
Handler to adjust the idle timeout of requests while dispatched.class
InetAccessHandler
InetAddress Access Handlerclass
IPAccessHandler
Deprecated.Use @InetAccessHandler
.class
MovedContextHandler
Moved ContextHandler.class
RequestLogHandler
This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).class
ResourceHandler
Resource Handler.class
ScopedHandler
ScopedHandler.class
SecuredRedirectHandler
Secured Redirect Handlerclass
ShutdownHandler
A handler that shuts the server down on a valid request.class
SizeLimitHandler
A handler that can limit the size of message bodies in requests and responses.class
StatisticsHandler
class
ThreadLimitHandler
Handler 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 class
GzipHandler
A 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 class
SessionHandler
SessionHandler. -
Uses of AbstractHandler in org.eclipse.jetty.servlet
Subclasses of AbstractHandler in org.eclipse.jetty.servlet Modifier and Type Class Description class
ErrorPageErrorHandler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
ServletContextHandler
Servlet Context.class
ServletHandler
Servlet HttpHandler. -
Uses of AbstractHandler in org.eclipse.jetty.webapp
Subclasses of AbstractHandler in org.eclipse.jetty.webapp Modifier and Type Class Description class
WebAppContext
Web 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 class
WebSocketHandler
static class
WebSocketHandler.Simple
Create a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.class
WebSocketUpgradeHandlerWrapper
-