Uses of Class
org.eclipse.jetty.server.handler.AbstractHandler
-
Packages that use AbstractHandler 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.session Jetty Server : Session Management Implementations -
-
Uses of AbstractHandler in org.eclipse.jetty.server
Subclasses of AbstractHandler in org.eclipse.jetty.server Modifier and Type Class Description classServerJetty HTTP Servlet Server. -
Uses of AbstractHandler in org.eclipse.jetty.server.handler
Subclasses of AbstractHandler in org.eclipse.jetty.server.handler Modifier and Type Class Description 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.classBufferedResponseHandlerBuffered Response HandlerclassContextHandlerContextHandler.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).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.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.classStatisticsHandlerclassThreadLimitHandlerHandler to limit the threads per IP address for DOS protection -
Uses of AbstractHandler in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractHandler in org.eclipse.jetty.server.handler.gzip Modifier and Type Class Description classGzipHandlerA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of AbstractHandler in org.eclipse.jetty.server.session
Subclasses of AbstractHandler in org.eclipse.jetty.server.session Modifier and Type Class Description classSessionHandlerSessionHandler.
-