Uses of Package
org.eclipse.jetty.server.handler
Packages that use org.eclipse.jetty.server.handler
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Handler JMX Integration
Jetty Server : Session Management Implementations
-
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.serverClassDescriptionAbstractHandler.Abstract Handler Container.ContextHandler.Interface to check aliasesContext.Handler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler). -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handlerClassDescriptionAbstractHandler.Abstract Handler Container.A Handler that can apply a
HttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.AnHttpOutput.Interceptorwhich is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)and is used by the implementation to buffer outgoing content.ContextHandler.Interface to check aliasesContext.A simple implementation of ServletContext that is used when there is no ContextHandler.Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).A collection of handlers.ScopedHandler. -
Classes in org.eclipse.jetty.server.handler used by org.eclipse.jetty.server.handler.gzipClassDescriptionAbstractHandler.Abstract Handler Container.
-
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.ScopedHandler.