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.http.spi 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 Support -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.ant 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.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.http.spi 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.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.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.ContextHandler.ContextScopeListener Listener for all threads entering context scope, including async IO callbacksErrorHandler 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.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.StatisticsHandler -
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.