Uses of Package
org.eclipse.jetty.server.handler
Packages that use org.eclipse.jetty.server.handler
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Handler JMX Integration
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.securityClassDescriptionAbstractHandler.Abstract Handler Container.A
HandlerWrapper
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.serverClassDescriptionAbstractHandler.Abstract Handler Container.ContextHandler.Interface to check aliasesContext.Listener for all threads entering context scope, including async IO callbacksHandler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.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.handlerClassDescriptionAbstractHandler.Abstract Handler Container.ContextHandler.Interface to check aliasesContext.Listener for all threads entering context scope, including async IO callbacksA simple implementation of ServletContext that is used when there is no ContextHandler.Handler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.A collection of handlers.AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handler.gzipClassDescriptionAbstractHandler.Abstract Handler Container.A
HandlerWrapper
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
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.sessionClassDescriptionAbstractHandler.Abstract Handler Container.Context.A
HandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.servletClassDescriptionAbstractHandler.Abstract Handler Container.ContextHandler.Context.A simple implementation of ServletContext that is used when there is no ContextHandler.Handler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.webappClassDescriptionAbstractHandler.Abstract Handler Container.ContextHandler.Context.A simple implementation of ServletContext that is used when there is no ContextHandler.Handler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.ScopedHandler.