Uses of Interface
org.eclipse.jetty.server.Handler
-
Packages that use Handler Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.server.jmx Jetty Server : Server JMX Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of Handler in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Handler Modifier and Type Class Description classServerJetty HTTP Servlet Server.Methods in org.eclipse.jetty.server with type parameters of type Handler Modifier and Type Method Description <T extends Handler>
THandlerContainer. getChildHandlerByClass(java.lang.Class<T> byclass)Methods in org.eclipse.jetty.server that return Handler Modifier and Type Method Description Handler[]HandlerContainer. getChildHandlers()Handler[]HandlerContainer. getChildHandlersByClass(java.lang.Class<?> byclass)Handler[]HandlerContainer. getHandlers() -
Uses of Handler in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Handler Modifier and Type Class Description classAbstractHandlerAbstractHandler.static classAbstractHandler.ErrorDispatchHandlerDeprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.classAbstractHandlerContainerAbstract Handler Container.classAsyncDelayHandlerA handler wrapper that provides the framework to asynchronously delay the handling of a request.classBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandlerContextHandler.classContextHandlerCollectionThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDebugHandlerDeprecated.UseDebugListenerclassDefaultHandlerDefault Handler.classErrorHandlerHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).classFileBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classHandlerCollectionA collection of handlers.classHandlerListHandlerList.classHandlerWrapperclassHotSwapHandlerAHandlerContainerthat allows a hot swap of a wrapped handler.classIdleTimeoutHandlerHandler to adjust the idle timeout of requests while dispatched.classInetAccessHandlerInetAddress Access HandlerclassIPAccessHandlerDeprecated.Use @InetAccessHandler.classMovedContextHandlerMoved ContextHandler.classRequestLogHandlerThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResourceHandlerResource Handler.classScopedHandlerScopedHandler.classSecuredRedirectHandlerSecured Redirect HandlerclassShutdownHandlerA handler that shuts the server down on a valid request.classSizeLimitHandlerA handler that can limit the size of message bodies in requests and responses.classStatisticsHandlerclassThreadLimitHandlerHandler to limit the threads per IP address for DOS protectionFields in org.eclipse.jetty.server.handler declared as Handler Modifier and Type Field Description protected HandlerHandlerWrapper. _handlerMethods in org.eclipse.jetty.server.handler with type parameters of type Handler Modifier and Type Method Description <T extends Handler>
TAbstractHandlerContainer. getChildHandlerByClass(java.lang.Class<T> byclass)Methods in org.eclipse.jetty.server.handler that return Handler Modifier and Type Method Description Handler[]AbstractHandlerContainer. getChildHandlers()Handler[]AbstractHandlerContainer. getChildHandlersByClass(java.lang.Class<?> byclass)HandlerHandlerWrapper. getHandler()HandlerHotSwapHandler. 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 Handler Modifier and Type Method Description voidHandlerCollection. addHandler(Handler handler)Adds a handler.voidContextHandlerCollection. deployHandler(Handler handler, org.eclipse.jetty.util.Callback callback)Thread safe deploy of a Handler.protected voidAbstractHandlerContainer. expandHandler(Handler handler, java.util.List<Handler> list, java.lang.Class<?> byClass)static <T extends HandlerContainer>
TAbstractHandlerContainer. findContainerOf(HandlerContainer root, java.lang.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, org.eclipse.jetty.util.Callback callback)Thread safe undeploy of a Handler.Method parameters in org.eclipse.jetty.server.handler with type arguments of type Handler Modifier and Type Method Description protected voidAbstractHandlerContainer. expandChildren(java.util.List<Handler> list, java.lang.Class<?> byClass)protected voidHandlerCollection. expandChildren(java.util.List<Handler> list, java.lang.Class<?> byClass)protected voidHandlerWrapper. expandChildren(java.util.List<Handler> list, java.lang.Class<?> byClass)protected voidHotSwapHandler. expandChildren(java.util.List<Handler> list, java.lang.Class<?> byClass)protected voidAbstractHandlerContainer. expandHandler(Handler handler, java.util.List<Handler> list, java.lang.Class<?> byClass)Constructors in org.eclipse.jetty.server.handler with parameters of type Handler Constructor Description HandlerCollection(boolean mutableWhenRunning, Handler... handlers)HandlerCollection(Handler... handlers)HandlerList(Handler... handlers)Handlers(Handler[] handlers) -
Uses of Handler in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Handler Modifier and Type Class Description classGzipHandlerA 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 Modifier and Type Method Description Handler[]ServerMBean. getContexts() -
Uses of Handler in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement Handler Modifier and Type Class Description classSessionHandlerSessionHandler.
-