Uses of Package
org.eclipse.jetty.server.handler
Packages that use 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
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.deployClassDescriptionCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained
ContextHandler
s. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.deploy.jmx
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.deploy.providers
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ee10.osgi.boot
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ee10.runnerClassDescriptionCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained
ContextHandler
s. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ee10.servletClassDescription
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ee10.webapp
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.http.spi
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.osgi
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handlerClassDescriptionA
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
. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handler.jmxClassDescriptionA 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. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.jmx
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.websocket.core.server
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.websocket.server