Uses of Interface
org.eclipse.jetty.ee8.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.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement HandlerModifier and TypeClassDescriptionclass
AbstractHandler.static class
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.class
Abstract Handler Container.class
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler.class
Debug Handler.class
Handler for Error pagesclass
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
A collection of handlers.class
HandlerList.class
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
AHandlerContainer
that allows a hot swap of a wrapped handler.class
Handler to adjust the idle timeout of requests while dispatched.class
InetAddress Access Handlerclass
Resource Handler.class
ScopedHandler.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
class
Handler to limit the threads per IP address for DOS protectionFields in org.eclipse.jetty.ee8.nested declared as HandlerMethods in org.eclipse.jetty.ee8.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.ee8.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.ee8.nested with parameters of type HandlerModifier and TypeMethodDescriptionvoid
HandlerCollection.addHandler
(Handler handler) Adds a handler.protected void
AbstractHandlerContainer.expandHandler
(Handler handler, List<Handler> list, Class<?> byClass) static <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf
(HandlerContainer root, Class<T> type, Handler handler) protected HandlerCollection.Handlers
HandlerCollection.newHandlers
(Handler[] handlers) void
HandlerCollection.prependHandler
(Handler handler) Prepends a handler.void
HandlerCollection.removeHandler
(Handler handler) void
HandlerWrapper.setHandler
(Handler handler) void
HotSwapHandler.setHandler
(Handler handler) void
HandlerCollection.setHandlers
(Handler[] handlers) Set the array of handlers to set..Method parameters in org.eclipse.jetty.ee8.nested with type arguments of type HandlerModifier and TypeMethodDescriptionprotected void
AbstractHandlerContainer.expandChildren
(List<Handler> list, Class<?> byClass) protected void
HandlerCollection.expandChildren
(List<Handler> list, Class<?> byClass) protected void
HandlerWrapper.expandChildren
(List<Handler> list, Class<?> byClass) protected void
HotSwapHandler.expandChildren
(List<Handler> list, Class<?> byClass) protected void
AbstractHandlerContainer.expandHandler
(Handler handler, List<Handler> list, Class<?> byClass) Constructors in org.eclipse.jetty.ee8.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.ee8.security
Classes in org.eclipse.jetty.ee8.security that implement HandlerModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of Handler in org.eclipse.jetty.ee8.servlet
Classes in org.eclipse.jetty.ee8.servlet that implement HandlerModifier and TypeClassDescriptionclass
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
Servlet Context.class
Servlet HttpHandler.Methods in org.eclipse.jetty.ee8.servlet with parameters of type Handler -
Uses of Handler in org.eclipse.jetty.ee8.webapp
Classes in org.eclipse.jetty.ee8.webapp that implement Handler