Uses of Package
org.eclipse.jetty.server.handler
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty Runner : Embedded Jetty Tool for running webapps directly
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Core Server : JMX Integration
-
ClassDescriptionCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained
ContextHandler
s. -
-
-
-
ClassDescriptionCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained
ContextHandler
s. -
ClassDescription
-
-
-
-
-
ClassDescriptionA
Handler.Wrapper
that conditionally handles aRequest
.An AbstractConditionalHandler
.An abstract implementation ofConditionalHandler
that, if conditions are not met, will call theConditionalHandler.nextHandler(Request, Response, Callback)
fromConditionalHandler.ElseNext.onConditionsNotMet(Request, Response, Callback)
.Handler for Error pages An ErrorHandler is registered withServer.setErrorHandler(Request.Handler)
.AHandler.Wrapper
that fires events during the processing of the requests.AnErrorHandler
that can re-handle a request at an error page location.Listener of events emitted byStateTrackingHandler
. -
ClassDescriptionA quality of service
Handler
thatconditionally
limits the number of concurrent requests, to provide more predictable end-user experience in case descendantHandler
s have limited capacity. -
-
-