Uses of Interface
org.eclipse.jetty.server.Handler.Singleton
Packages that use Handler.Singleton
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Core Handler API
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.Singleton in org.eclipse.jetty.compression.server
Classes in org.eclipse.jetty.compression.server that implement Handler.SingletonModifier and TypeClassDescriptionclassCompressionHandler to provide compression of response bodies and decompression of request bodies. -
Uses of Handler.Singleton in org.eclipse.jetty.coreapp
Classes in org.eclipse.jetty.coreapp that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement Handler.SingletonModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classServlet Context.classServlet HttpHandler.classMethods in org.eclipse.jetty.ee10.servlet with parameters of type Handler.SingletonModifier and TypeMethodDescriptionvoidServletContextHandler.insertHandler(Handler.Singleton handler) Insert a HandlerWrapper before the first Session, Security or ServletHandler but after any other HandlerWrappers. -
Uses of Handler.Singleton in org.eclipse.jetty.ee10.servlet.security
Classes in org.eclipse.jetty.ee10.servlet.security that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.ee11.servlet
Classes in org.eclipse.jetty.ee11.servlet that implement Handler.SingletonModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classServlet Context.classServlet HttpHandler.classMethods in org.eclipse.jetty.ee11.servlet with parameters of type Handler.SingletonModifier and TypeMethodDescriptionvoidServletContextHandler.insertHandler(Handler.Singleton handler) Insert a HandlerWrapper before the first Session, Security or ServletHandler but after any other HandlerWrappers. -
Uses of Handler.Singleton in org.eclipse.jetty.ee11.servlet.security
Classes in org.eclipse.jetty.ee11.servlet.security that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.ee11.webapp
Classes in org.eclipse.jetty.ee11.webapp that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement Handler.SingletonMethods in org.eclipse.jetty.ee8.nested with parameters of type Handler.SingletonModifier and TypeMethodDescriptionvoidContextHandler.CoreContextHandler.insertHandler(Handler.Singleton handler) voidContextHandler.insertHandler(Handler.Singleton coreHandler) Insert a handler between theContextHandler.getCoreContextHandler()and this handler. -
Uses of Handler.Singleton in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement Handler.SingletonMethods in org.eclipse.jetty.ee9.nested with parameters of type Handler.SingletonModifier and TypeMethodDescriptionvoidContextHandler.CoreContextHandler.insertHandler(Handler.Singleton handler) voidContextHandler.insertHandler(Handler.Singleton coreHandler) Insert a handler between theContextHandler.getCoreContextHandler()and this handler. -
Uses of Handler.Singleton in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement Handler.SingletonModifier and TypeClassDescriptionclassRewriteHandlerrewrites incoming requests through a set ofRules. -
Uses of Handler.Singleton in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Handler.SingletonModifier 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.Singleton in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Handler.SingletonModifier and TypeClassDescriptionstatic 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 that return Handler.SingletonMethods in org.eclipse.jetty.server with parameters of type Handler.SingletonModifier and TypeMethodDescriptionstatic HandlerHandler.Singleton.checkHandler(Handler.Singleton singleton, Handler handler) Utility method to perform sanity checks on a {Handlerto be added to the givenSingleton.default voidHandler.Singleton.insertHandler(Handler.Singleton handler) Inserts the givenHandler(and possible chain ofHandlers) between thisHandlerand its currentchild.static HandlerHandler.Singleton.updateHandler(Handler.Singleton singleton, Handler handler) Utility method to perform sanity checks before updating the givenHandlerto the givenSingleton, typically used in implementations ofHandler.Singleton.setHandler(Handler). -
Uses of Handler.Singleton in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Handler.SingletonModifier and TypeClassDescriptionclassA 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.classclassImplementation of the CORS protocol defined by the fetch standard.classDebug Handler.classDeprecated, for removal: This API element is subject to removal in a future version.classA Denial of Service Handler that protects from attacks by limiting the request rate from remote clients.classAConditionalHandlerthat can eagerly load content asynchronously before calling thenext handler.classAHandler.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 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.Singleton in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Handler.SingletonModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use the newCompressionHandleravailable inorg.eclipse.jetty.compression:jetty-compression-serverwith your choice of compression implementation (gzip isorg.eclipse.jetty.compression:jetty-compression-gzip, brotli isorg.eclipse.jetty.compression:jetty-compression-brotli, and zstandard isorg.eclipse.jetty.compression:jetty-compression-zstandard) -
Uses of Handler.Singleton in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.staticapp
Classes in org.eclipse.jetty.staticapp that implement Handler.SingletonModifier and TypeClassDescriptionclassAContextHandlerthat only serves static content from any source supported byResourceHandler. -
Uses of Handler.Singleton in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement Handler.Singleton -
Uses of Handler.Singleton in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Handler.SingletonModifier and TypeClassDescriptionclassAHandlerthat may perform the upgrade from HTTP to WebSocket.
EagerContentHandler