Uses of Interface
org.eclipse.jetty.ee9.nested.Handler
Packages that use Handler
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of Handler in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement HandlerModifier and TypeClassDescriptionclassAbstractHandler.static classDeprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.classAbstract Handler Container.classA handler wrapper that provides the framework to asynchronously delay the handling of a request.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandler.classDebug Handler.classHandler for Error pagesclassA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classA collection of handlers.classHandlerList.classAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassResource Handler.classScopedHandler.classSecuredRedirectHandler redirects fromhttptohttps.classclassHandler to limit the threads per IP address for DOS protectionFields in org.eclipse.jetty.ee9.nested declared as HandlerMethods in org.eclipse.jetty.ee9.nested with type parameters of type HandlerModifier and TypeMethodDescription<T extends Handler>
TAbstractHandlerContainer.getChildHandlerByClass(Class<T> byclass) <T extends Handler>
THandlerContainer.getChildHandlerByClass(Class<T> byclass) Methods in org.eclipse.jetty.ee9.nested that return HandlerModifier and TypeMethodDescriptionHandler[]AbstractHandlerContainer.getChildHandlers()Handler[]HandlerContainer.getChildHandlers()Handler[]AbstractHandlerContainer.getChildHandlersByClass(Class<?> byclass) Handler[]HandlerContainer.getChildHandlersByClass(Class<?> byclass) HandlerWrapper.getHandler()HotSwapHandler.getHandler()Handler[]HandlerCollection.getHandlers()Handler[]HandlerCollection.Handlers.getHandlers()Handler[]HandlerContainer.getHandlers()Handler[]HandlerWrapper.getHandlers()Handler[]HotSwapHandler.getHandlers()Methods in org.eclipse.jetty.ee9.nested with parameters of type HandlerModifier and TypeMethodDescriptionvoidHandlerCollection.addHandler(Handler handler) Adds a handler.protected voidAbstractHandlerContainer.expandHandler(Handler handler, List<Handler> list, Class<?> byClass) static <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler) protected HandlerCollection.HandlersHandlerCollection.newHandlers(Handler[] handlers) voidHandlerCollection.prependHandler(Handler handler) Prepends a handler.voidHandlerCollection.removeHandler(Handler handler) voidHandlerWrapper.setHandler(Handler handler) voidHotSwapHandler.setHandler(Handler handler) voidHandlerCollection.setHandlers(Handler[] handlers) Set the array of handlers to set..Method parameters in org.eclipse.jetty.ee9.nested with type arguments of type HandlerModifier and TypeMethodDescriptionprotected voidAbstractHandlerContainer.expandChildren(List<Handler> list, Class<?> byClass) protected voidHandlerCollection.expandChildren(List<Handler> list, Class<?> byClass) protected voidHandlerWrapper.expandChildren(List<Handler> list, Class<?> byClass) protected voidHotSwapHandler.expandChildren(List<Handler> list, Class<?> byClass) protected voidAbstractHandlerContainer.expandHandler(Handler handler, List<Handler> list, Class<?> byClass) Constructors in org.eclipse.jetty.ee9.nested with parameters of type HandlerModifierConstructorDescriptionContextHandler(String contextPath, Handler handler) HandlerCollection(boolean mutableWhenRunning, Handler... handlers) HandlerCollection(Handler... handlers) HandlerList(Handler... handlers) protected -
Uses of Handler in org.eclipse.jetty.ee9.security
Classes in org.eclipse.jetty.ee9.security that implement HandlerModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassSelect and apply anAuthenticatorto a request. -
Uses of Handler in org.eclipse.jetty.ee9.servlet
Classes in org.eclipse.jetty.ee9.servlet that implement HandlerModifier and TypeClassDescriptionclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServlet Context.classServlet HttpHandler.Methods in org.eclipse.jetty.ee9.servlet with parameters of type Handler -
Uses of Handler in org.eclipse.jetty.ee9.webapp
Classes in org.eclipse.jetty.ee9.webapp that implement Handler