Uses of Package
org.eclipse.jetty.server.handler
-
Packages that use org.eclipse.jetty.server.handler Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.ant.types Jetty Ant : Ant Wrappers of Jetty Internalsorg.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.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.boot org.eclipse.jetty.osgi.boot.internal.serverfactory org.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.handler.jmx Jetty Server : Handler JMX Integrationorg.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] -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ant Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ant.types Class Description ContextHandler ContextHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.deploy Class Description ContextHandler ContextHandler.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. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.deploy.jmx Class Description ContextHandler ContextHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.deploy.providers Class Description ContextHandler ContextHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.embedded Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.http.spi Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.maven.plugin Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.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.HandlerCollection A collection of handlers.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.osgi.boot Class Description ContextHandler ContextHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.osgi.boot.internal.serverfactory Class Description 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. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.osgi.httpservice Class Description AbstractHandler AbstractHandler.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.ErrorHandler.ErrorPageMapper -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.proxy Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.quickstart Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.rewrite.handler Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.security Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.ContextHandler.AliasCheck Interface to check aliasesContextHandler.Context Context.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handler Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.BufferedResponseHandler A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.BufferedResponseHandler.BufferedInterceptor AnHttpOutput.Interceptor
which is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content.ContextHandler ContextHandler.ContextHandler.AliasCheck Interface to check aliasesContextHandler.Availability ContextHandler.Context Context.ContextHandler.ContextStatus ContextHandler.StaticContext A simple implementation of ServletContext that is used when there is no ContextHandler.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.HandlerCollection A collection of handlers.HandlerCollection.Handlers HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handler.gzip Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handler.jmx Class Description ContextHandler ContextHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.session Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler.Context Context.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.servlet Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.ContextHandler.Context Context.ContextHandler.StaticContext A simple implementation of ServletContext that is used when there is no ContextHandler.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.ErrorHandler.ErrorPageMapper HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.webapp Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.ContextHandler ContextHandler.ContextHandler.Context Context.ContextHandler.StaticContext A simple implementation of ServletContext that is used when there is no ContextHandler.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.websocket.server Class Description AbstractHandler AbstractHandler.AbstractHandlerContainer Abstract Handler Container.HandlerWrapper AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.