Uses of Interface
org.eclipse.jetty.server.Handler
Packages that use 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 : Server JMX Integration
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of Handler in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement HandlerModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassAbstract SecurityHandler. -
Uses of Handler in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HandlerMethods in org.eclipse.jetty.server with type parameters of type HandlerModifier and TypeMethodDescription<T extends Handler>
THandlerContainer.getChildHandlerByClass(Class<T> byclass) Methods in org.eclipse.jetty.server that return HandlerModifier and TypeMethodDescriptionHandler[]HandlerContainer.getChildHandlers()Handler[]HandlerContainer.getChildHandlersByClass(Class<?> byclass) Handler[]HandlerContainer.getHandlers() -
Uses of Handler in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler 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.classBuffered Response HandlerclassContextHandler.classThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDeprecated.UseDebugListenerclassDefault Handler.classHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).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 HandlerclassDeprecated.Use @InetAccessHandler.classMoved ContextHandler.private classclassThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResource Handler.classScopedHandler.classSecured Redirect HandlerclassA handler that shuts the server down on a valid request.classclassHandler to limit the threads per IP address for DOS protectionFields in org.eclipse.jetty.server.handler declared as HandlerModifier and TypeFieldDescriptionprivate final HandlerContextHandlerCollection.Branch._handlerprotected HandlerHandlerWrapper._handlerprivate HandlerHotSwapHandler._handlerprivate final Handler[]HandlerCollection.Handlers._handlersFields in org.eclipse.jetty.server.handler with type parameters of type HandlerModifier and TypeFieldDescriptionprivate final Map<ContextHandler, Handler> ContextHandlerCollection.Mapping._contextBranchesMethods in org.eclipse.jetty.server.handler with type parameters of type HandlerModifier and TypeMethodDescription<T extends Handler>
TAbstractHandlerContainer.getChildHandlerByClass(Class<T> byclass) Methods in org.eclipse.jetty.server.handler that return HandlerModifier and TypeMethodDescriptionHandler[]AbstractHandlerContainer.getChildHandlers()Handler[]AbstractHandlerContainer.getChildHandlersByClass(Class<?> byclass) (package private) HandlerContextHandlerCollection.Branch.getHandler()HandlerWrapper.getHandler()HotSwapHandler.getHandler()Handler[]HandlerCollection.getHandlers()Handler[]HandlerCollection.Handlers.getHandlers()Handler[]HandlerWrapper.getHandlers()Handler[]HotSwapHandler.getHandlers()Methods in org.eclipse.jetty.server.handler with parameters of type HandlerModifier and TypeMethodDescriptionvoidHandlerCollection.addHandler(Handler handler) Adds a handler.voidContextHandlerCollection.deployHandler(Handler handler, Callback callback) Thread safe deploy of 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.HandlersContextHandlerCollection.newHandlers(Handler[] handlers) 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) voidContextHandlerCollection.undeployHandler(Handler handler, Callback callback) Thread safe undeploy of a Handler.Method parameters in org.eclipse.jetty.server.handler 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.server.handler with parameters of type HandlerModifierConstructorDescription(package private)HandlerCollection(boolean mutableWhenRunning, Handler... handlers) HandlerCollection(Handler... handlers) HandlerList(Handler... handlers) protectedprivate -
Uses of Handler in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HandlerModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of Handler in org.eclipse.jetty.server.jmx
Methods in org.eclipse.jetty.server.jmx that return Handler -
Uses of Handler in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement Handler -
Uses of Handler in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.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.servlet with parameters of type HandlerModifier and TypeMethodDescriptionprivate voidServletContextHandler.doSetHandler(HandlerWrapper wrapper, Handler handler) voidServletContextHandler.setHandler(Handler handler) -
Uses of Handler in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Handler