Uses of Interface
org.eclipse.jetty.server.Handler
Packages that use Handler
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Proxy : Async Proxy Support
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Runner : Embedded Jetty Tool for running webapps directly
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.ant
Classes in org.eclipse.jetty.ant that implement HandlerModifier and TypeClassDescriptionclass
Extension of WebAppContext to allow configuration via Ant environment.static class
AntServletHandler -
Uses of Handler in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Handler -
Uses of Handler in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement HandlerConstructors in org.eclipse.jetty.proxy with parameters of type Handler -
Uses of Handler in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement HandlerModifier and TypeClassDescriptionclass
Rewrite handler is responsible for managing the rules. -
Uses of Handler in org.eclipse.jetty.runner
Methods in org.eclipse.jetty.runner with parameters of type HandlerModifier and TypeMethodDescriptionprotected void
Runner.prependHandler
(Handler handler, HandlerCollection handlers) Deprecated. -
Uses of Handler in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement HandlerModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Abstract 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 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
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
Debug Handler.class
Default Handler.class
Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.class
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
Moved ContextHandler.class
This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).class
Resource Handler.class
ScopedHandler.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
A handler that shuts the server down on a valid request.class
class
Handler to limit the threads per IP address for DOS protectionFields in org.eclipse.jetty.server.handler declared as HandlerMethods 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) 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 TypeMethodDescriptionvoid
HandlerCollection.addHandler
(Handler handler) Adds a handler.void
ContextHandlerCollection.deployHandler
(Handler handler, Callback callback) Thread safe deploy of 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
ContextHandlerCollection.newHandlers
(Handler[] handlers) 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) void
ContextHandlerCollection.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 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.server.handler with parameters of type HandlerModifierConstructorDescriptionHandlerCollection
(boolean mutableWhenRunning, Handler... handlers) HandlerCollection
(Handler... handlers) HandlerList
(Handler... handlers) protected
-
Uses of Handler in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HandlerModifier and TypeClassDescriptionclass
A 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 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.servlet with parameters of type Handler -
Uses of Handler in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Handler -
Uses of Handler in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement Handler