Uses of Interface
org.eclipse.jetty.server.HandlerContainer
-
Packages that use HandlerContainer 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 HandlerContainer in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HandlerContainer Modifier and Type Class Description classServerJetty HTTP Servlet Server. -
Uses of HandlerContainer in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement HandlerContainer Modifier and Type Class Description 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.UseDebugListenerclassFileBufferedResponseHandlerA 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.classShutdownHandlerA handler that shuts the server down on a valid request.classStatisticsHandlerclassThreadLimitHandlerHandler to limit the threads per IP address for DOS protectionMethods in org.eclipse.jetty.server.handler with type parameters of type HandlerContainer Modifier and Type Method Description static <T extends HandlerContainer>
TAbstractHandlerContainer. findContainerOf(HandlerContainer root, java.lang.Class<T> type, Handler handler)Methods in org.eclipse.jetty.server.handler with parameters of type HandlerContainer Modifier and Type Method Description static <T extends HandlerContainer>
TAbstractHandlerContainer. findContainerOf(HandlerContainer root, java.lang.Class<T> type, Handler handler)Constructors in org.eclipse.jetty.server.handler with parameters of type HandlerContainer Constructor Description ContextHandler(HandlerContainer parent, java.lang.String contextPath)MovedContextHandler(HandlerContainer parent, java.lang.String contextPath, java.lang.String newContextURL) -
Uses of HandlerContainer in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HandlerContainer Modifier and Type Class Description classGzipHandlerA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of HandlerContainer in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement HandlerContainer Modifier and Type Class Description classSessionHandlerSessionHandler.
-