Uses of Interface
org.eclipse.jetty.server.Handler.Container
Packages that use Handler.Container
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
-
Uses of Handler.Container in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement Handler.ContainerModifier and TypeClassDescriptionclassHandler to eagerly and asynchronously read and parseMimeTypes.Type.FORM_ENCODEDandMimeTypes.Type.MULTIPART_FORM_DATAcontent prior to invoking theServletHandler, which can then consume them with blocking APIs but without blocking.classServlet Context.classServlet HttpHandler.class -
Uses of Handler.Container in org.eclipse.jetty.ee10.servlet.security
Classes in org.eclipse.jetty.ee10.servlet.security that implement Handler.Container -
Uses of Handler.Container in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement Handler.Container -
Uses of Handler.Container in org.eclipse.jetty.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement Handler.ContainerMethods in org.eclipse.jetty.ee8.nested with parameters of type Handler.ContainerModifier and TypeMethodDescriptionstatic voidHandlerWrapper.setAsParent(Handler.Container parent, Handler handler) Make aHandler.Containerthe parent of aHandlerConstructors in org.eclipse.jetty.ee8.nested with parameters of type Handler.ContainerModifierConstructorDescriptionprotectedContextHandler(ContextHandler.APIContext context, Handler.Container parent, String contextPath) ContextHandler(Handler.Container parent) ContextHandler(Handler.Container parent, String contextPath) -
Uses of Handler.Container in org.eclipse.jetty.ee8.servlet
Constructors in org.eclipse.jetty.ee8.servlet with parameters of type Handler.ContainerModifierConstructorDescriptionServletContextHandler(Handler.Container parent, String contextPath) ServletContextHandler(Handler.Container parent, String contextPath, boolean sessions, boolean security) ServletContextHandler(Handler.Container parent, String contextPath, int options) ServletContextHandler(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler(Handler.Container parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of Handler.Container in org.eclipse.jetty.ee8.webapp
Constructors in org.eclipse.jetty.ee8.webapp with parameters of type Handler.ContainerModifierConstructorDescriptionWebAppContext(Handler.Container parent, String webApp, String contextPath) WebAppContext(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.WebAppContext(Handler.Container parent, Resource webApp, String contextPath) -
Uses of Handler.Container in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement Handler.ContainerMethods in org.eclipse.jetty.ee9.nested with parameters of type Handler.ContainerModifier and TypeMethodDescriptionstatic voidHandlerWrapper.setAsParent(Handler.Container parent, Handler handler) Make aHandler.Containerthe parent of aHandlerConstructors in org.eclipse.jetty.ee9.nested with parameters of type Handler.ContainerModifierConstructorDescriptionprotectedContextHandler(ContextHandler.APIContext context, Handler.Container parent, String contextPath) ContextHandler(Handler.Container parent) ContextHandler(Handler.Container parent, String contextPath) -
Uses of Handler.Container in org.eclipse.jetty.ee9.servlet
Constructors in org.eclipse.jetty.ee9.servlet with parameters of type Handler.ContainerModifierConstructorDescriptionServletContextHandler(Handler.Container parent, String contextPath) ServletContextHandler(Handler.Container parent, String contextPath, boolean sessions, boolean security) ServletContextHandler(Handler.Container parent, String contextPath, int options) ServletContextHandler(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler(Handler.Container parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of Handler.Container in org.eclipse.jetty.ee9.webapp
Constructors in org.eclipse.jetty.ee9.webapp with parameters of type Handler.ContainerModifierConstructorDescriptionWebAppContext(Handler.Container parent, String webApp, String contextPath) WebAppContext(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.WebAppContext(Handler.Container parent, Resource webApp, String contextPath) -
Uses of Handler.Container in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Handler.Container -
Uses of Handler.Container in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement Handler.ContainerModifier and TypeClassDescriptionclassRewriteHandlerrewrites incoming requests through a set ofRules. -
Uses of Handler.Container in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Handler.ContainerModifier and TypeClassDescriptionclassAbstract SecurityHandler.static classA concrete implementation ofSecurityHandlerthat uses aPathMappingsto match request to a list ofConstraints, which are applied in the order of least significant to most significant. -
Uses of Handler.Container in org.eclipse.jetty.server
Subinterfaces of Handler.Container in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptionstatic interfaceAHandler.Containerthat can contain multiple otherHandlers.static interfaceAHandler.Containerthat can contain one single otherHandler.interfaceDeprecated.Classes in org.eclipse.jetty.server that implement Handler.ContainerModifier and TypeClassDescriptionstatic classAHandler.Abstractthat implementsHandler.Container.static classAHandler.Containerthat contains an ordered list of childrenHandlers whoseRequest.Handler.handle(Request, Response, Callback)method is invoked in sequence on each child until a child returnstrue.static classAn implementation ofHandler.Singleton, which is aHandler.Containerthat wraps one single otherHandler.classclassDeprecated, for removal: This API element is subject to removal in a future version.useSizeLimitHandlerinstead.Methods in org.eclipse.jetty.server with type parameters of type Handler.ContainerModifier and TypeMethodDescriptionstatic <T extends Handler.Container>
THandler.AbstractContainer.findContainerOf(Handler.Container root, Class<T> type, Handler handler) default <T extends Handler.Container>
THandler.Container.getContainer(Handler handler, Class<T> type) Methods in org.eclipse.jetty.server with parameters of type Handler.ContainerModifier and TypeMethodDescriptionstatic <T extends Handler.Container>
THandler.AbstractContainer.findContainerOf(Handler.Container root, Class<T> type, Handler handler) -
Uses of Handler.Container in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Handler.ContainerModifier and TypeClassDescriptionclassDeprecated.classA Handler that can apply a mechanism to buffer the entire response content until the output is closed.classAHandler.Wrapperthat conditionally handles aRequest.static classAn AbstractConditionalHandler.static classAn implementation ofConditionalHandlerthat, if conditions are met, will not do any further handling by returningfalsefromConditionalHandler.DontHandle.onConditionsMet(Request, Response, Callback).static classAn abstract implementation ofConditionalHandlerthat, if conditions are not met, will call theConditionalHandler.nextHandler(Request, Response, Callback)fromConditionalHandler.ElseNext.onConditionsNotMet(Request, Response, Callback).static classAn implementation ofConditionalHandlerthat, if conditions are met, will reject the request by sending a response (by default aHttpStatus.FORBIDDEN_403).static classAn implementation ofConditionalHandlerthat, if conditions are met, will skip the nextHandlerby invoking itsnext Handler.classImplementation of aHandlerthat supports HTTP CONNECT.classclassCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classImplementation of the CORS protocol defined by the fetch standard.classDebug Handler.classclassAHandler.Wrapperthat fires events during the processing of the requests.classHandler to track active requests and allow them to gracefully complete.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassAHandlerthat helps recording the total latency of the requests executed by the wrapped handler.classAContextHandlerwith a childHandlerthat redirects to a configurable URI.classA Handler that delegates to other handlers through a configuredPathMappings.classA quality of serviceHandlerthatconditionallylimits the number of concurrent requests, to provide more predictable end-user experience in case descendantHandlers have limited capacity.classResource Handler will serve static content and handle If-Modified-Since headers.static classUtility class to create a ContextHandler containing a ResourceHandler.classForces a redirect to the secure form of the resource before allowed to access the resource.classAHandlerthat initiates a Shutdown of the Jetty Server it belongs to.classAHandlerthat can limit the size of message bodies in requests and responses.classA troubleshootingHandler.Wrapperthat tracks whetherHandler/Request/Responseasynchronous APIs are properly used by applications.classstatic classChecks that the wrapped handler can read/write at a minimal rate of N bytes per second.classHandler to limit the number of concurrent threads per remote IP address, for DOS protection.classInspired by nginx'stry_filesfunctionality. -
Uses of Handler.Container in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Handler.Container -
Uses of Handler.Container in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement Handler.Container -
Uses of Handler.Container in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement Handler.Container -
Uses of Handler.Container in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Handler.ContainerModifier and TypeClassDescriptionclassAHandlerthat may perform the upgrade from HTTP to WebSocket.
Handler.Container