Uses of Package
ratpack.core.handling
-
Packages that use ratpack.core.handling Package Description ratpack.core.error Types that deal with handling application errors.ratpack.core.handling The handling of application requests.ratpack.core.health Health checks report on the status of key components in the system and are generally used for monitoring and reporting.ratpack.core.http The HTTP protocol.ratpack.core.parse Parsing in Ratpack refers to deserializing a request body into a Java object of some type.ratpack.core.render The renderer framework provides a pluggable mechanism for serializing objects to the response.ratpack.core.server Objects used to start a ratpack application.ratpack.core.sse Support for Server Sent Events.ratpack.core.websocket Support for Websockets.ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library.ratpack.groovy Support for writing Ratpack applications in the Groovy programming language.ratpack.groovy.handling Groovy specific extensions to classes in theratpack.core.handling
package.ratpack.groovy.render Specialised Groovy support for rendering.ratpack.groovy.server Groovy implementations of the Ratpack server building classes.ratpack.groovy.template Support for templating based on embedded Groovy code in text.ratpack.groovy.test.handling ratpack.spring.config ratpack.test.embed Support for creating embedded applications at test time, for testing Ratpack features and extensions.ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
. -
Classes in ratpack.core.handling used by ratpack.core.error Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.core.handling Class Description ByContentSpec A specification of how to respond to a request, based on the requested content type (i.e.ByMethodSpec A specification of how to respond to a request, based on the requested method.Chain A chain is a write only builder for composing handlers.Context The context of an individualHandler
invocation.Handler A handler participates in the processing of a request/response pair, operating on aContext
.HandlerDecorator Decorates a handler, effectively wrapping it.InjectionHandler.NoSuitableHandleMethodException Exception thrown if the subclass doesn't provide a valid handle method.Redirector Interprets objects as aLocation
header value, and issues the redirect response.RequestId An opaque identifier for the request.RequestId.Generator Generates, or assigns, an ID for requests.RequestLogger A handler that logs information about the request.RequestOutcome The outcome of processing a request.UserId An opaque identifier for the “user” that initiated the request. -
Classes in ratpack.core.handling used by ratpack.core.health Class Description Context The context of an individualHandler
invocation.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.core.http Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.core.parse Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.core.render Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.core.server Class Description Chain A chain is a write only builder for composing handlers.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.core.sse Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.core.websocket Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.dropwizard.metrics Class Description Context The context of an individualHandler
invocation.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.groovy Class Description Chain A chain is a write only builder for composing handlers.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.groovy.handling Class Description ByContentSpec A specification of how to respond to a request, based on the requested content type (i.e.ByMethodSpec A specification of how to respond to a request, based on the requested method.Chain A chain is a write only builder for composing handlers.Context The context of an individualHandler
invocation.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.groovy.render Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.groovy.server Class Description Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.groovy.template Class Description Context The context of an individualHandler
invocation. -
Classes in ratpack.core.handling used by ratpack.groovy.test.handling Class Description Chain A chain is a write only builder for composing handlers.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.spring.config Class Description Chain A chain is a write only builder for composing handlers. -
Classes in ratpack.core.handling used by ratpack.test.embed Class Description Chain A chain is a write only builder for composing handlers.Handler A handler participates in the processing of a request/response pair, operating on aContext
. -
Classes in ratpack.core.handling used by ratpack.test.handling Class Description Chain A chain is a write only builder for composing handlers.Handler A handler participates in the processing of a request/response pair, operating on aContext
.