Uses of Interface
org.eclipse.jetty.ee9.nested.Handler
Packages that use Handler
-
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.classclassAHandlerContainerthat 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