Uses of Package
ratpack.api
-
Packages that use ratpack.api Package Description ratpack.error Types that deal with handling application errors.ratpack.exec The execution management.ratpack.file Types for dealing with the file system and serving files.ratpack.form Support for handling uploaded forms, including file uploads.ratpack.func General functional (i.e. Single Abstract Method) types.ratpack.groovy Support for writing Ratpack applications in the Groovy programming language.ratpack.gson Provides integration with Google Gson for JSON parsing and rendering.ratpack.handling The handling of application requests.ratpack.health Health checks report on the status of key components in the system and are generally used for monitoring and reporting.ratpack.http The HTTP protocol.ratpack.jackson Integration with the Jackson JSON marshalling library.ratpack.parse Parsing in Ratpack refers to deserializing a request body into a Java object of some type.ratpack.render The renderer framework provides a pluggable mechanism for serializing objects to the response.ratpack.server Objects used to start a ratpack application.ratpack.service Services participate in the application start/stop lifecycle.ratpack.session Objects for providingSession
support.ratpack.stream Support for reactive streams.ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
.ratpack.test.http Test fixtures that provide HTTP client interfaces to applications under test.ratpack.util General purpose types and utilities.ratpack.websocket Support for Websockets. -
Classes in ratpack.api used by ratpack.error Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs. -
Classes in ratpack.api used by ratpack.exec Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs. -
Classes in ratpack.api used by ratpack.file Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.form Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.func Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.groovy Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.gson Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.handling Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.health Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.http Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.jackson Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.parse Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.render Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs. -
Classes in ratpack.api used by ratpack.server Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.service Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs. -
Classes in ratpack.api used by ratpack.session Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.stream Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.test.handling Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.test.http Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.util Class Description Nullable Denotes that something may be null. -
Classes in ratpack.api used by ratpack.websocket Class Description NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.