- randomUuid() - Static method in interface ratpack.handling.RequestId.Generator
-
Generates IDs based of a random UUID.
- rateUnit(TimeUnit) - Method in class ratpack.dropwizard.metrics.GraphiteConfig
-
Convert rates to the given time unit.
- rateUnit(TimeUnit) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
-
Convert rates to the given time unit.
- ratpack(Closure<?>) - Static method in class ratpack.groovy.Groovy
-
Starts a Ratpack app, defined by the given closure.
- ratpack(Closure<?>) - Static method in interface ratpack.groovy.test.embed.GroovyEmbeddedApp
-
- ratpack.api - package ratpack.api
-
Annotations that are used to further specify API contracts.
- ratpack.config - package ratpack.config
-
Provides the ability to access configuration data from a variety of sources, such as YAML, JSON,
properties files, system properties, and environment variables.
- ratpack.consul - package ratpack.consul
-
Support for integrating Ratpack applications with Hashicorp's
Consul service discovery and distributed configuration engine.
- ratpack.dropwizard.metrics - package ratpack.dropwizard.metrics
-
- ratpack.error - package ratpack.error
-
Types that deal with handling application errors.
- ratpack.exec - package ratpack.exec
-
The execution management.
- ratpack.exec.util - package ratpack.exec.util
-
- ratpack.file - package ratpack.file
-
Types for dealing with the file system and serving files.
- ratpack.form - package ratpack.form
-
Support for handling uploaded forms, including file uploads.
- ratpack.func - package ratpack.func
-
General functional (i.e. Single Abstract Method) types.
- ratpack.groovy - package ratpack.groovy
-
- ratpack.groovy.handling - package ratpack.groovy.handling
-
Groovy specific extensions to classes in the ratpack.handling
package.
- ratpack.groovy.render - package ratpack.groovy.render
-
Specialised Groovy support for rendering.
- ratpack.groovy.script - package ratpack.groovy.script
-
Classes for handling Ratpack Groovy scripts.
- ratpack.groovy.server - package ratpack.groovy.server
-
Groovy implementations of the Ratpack server building classes.
- ratpack.groovy.sql - package ratpack.groovy.sql
-
Support for providing Groovy's Sql
interface.
- ratpack.groovy.template - package ratpack.groovy.template
-
Support for templating based on embedded Groovy code in text.
- ratpack.groovy.test - package ratpack.groovy.test
-
- ratpack.groovy.test.embed - package ratpack.groovy.test.embed
-
Support for creating Groovy based embedded applications.
- ratpack.groovy.test.handling - package ratpack.groovy.test.handling
-
- ratpack.guice - package ratpack.guice
-
- ratpack.h2 - package ratpack.h2
-
Provides integration with
H2.
- ratpack.handlebars - package ratpack.handlebars
-
- ratpack.handling - package ratpack.handling
-
The handling of application requests.
- ratpack.handling.direct - package ratpack.handling.direct
-
Low level direct access to the underlying Netty internals.
- ratpack.health - package ratpack.health
-
Health checks report on the status of key components in the system and are generally used for monitoring and reporting.
- ratpack.hikari - package ratpack.hikari
-
Provides integration with
HikariCP library.
- ratpack.http - package ratpack.http
-
The HTTP protocol.
- ratpack.http.client - package ratpack.http.client
-
The HTTP client.
- ratpack.hystrix - package ratpack.hystrix
-
Provides integration with the
Hystrix library.
- ratpack.impose - package ratpack.impose
-
- ratpack.jackson - package ratpack.jackson
-
- ratpack.jdbctx - package ratpack.jdbctx
-
- ratpack.logging - package ratpack.logging
-
Utility classes for integration Ratpack with various logging frameworks.
- ratpack.newrelic - package ratpack.newrelic
-
- ratpack.pac4j - package ratpack.pac4j
-
Integration with
pac4j for authentication/authorization.
- ratpack.parse - package ratpack.parse
-
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
- ratpack.path - package ratpack.path
-
Types for managing the paths of requests inside the application.
- ratpack.registry - package ratpack.registry
-
Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications.
- ratpack.remote - package ratpack.remote
-
Integration with Groovy Remote Control.
- ratpack.render - package ratpack.render
-
The renderer framework provides a pluggable mechanism for serializing objects to the response.
- ratpack.retrofit - package ratpack.retrofit
-
- ratpack.rocker - package ratpack.rocker
-
- ratpack.rx - package ratpack.rx
-
Provides integration with the
RxJava library.
- ratpack.server - package ratpack.server
-
Objects used to start a ratpack application.
- ratpack.service - package ratpack.service
-
Services participate in the application start/stop lifecycle.
- ratpack.session - package ratpack.session
-
Objects for providing Session
support.
- ratpack.session.clientside - package ratpack.session.clientside
-
Support for Client Side Session.
- ratpack.session.store - package ratpack.session.store
-
- ratpack.spring - package ratpack.spring
-
- ratpack.spring.config - package ratpack.spring.config
-
- ratpack.sse - package ratpack.sse
-
Support for Server Sent Events.
- ratpack.ssl - package ratpack.ssl
-
Convenience utitilities for dealing with SSL.
- ratpack.stream - package ratpack.stream
-
- ratpack.stream.bytebuf - package ratpack.stream.bytebuf
-
- ratpack.test - package ratpack.test
-
- ratpack.test.embed - package ratpack.test.embed
-
Support for creating embedded applications at test time, for testing Ratpack features and extensions.
- ratpack.test.exec - package ratpack.test.exec
-
- ratpack.test.handling - package ratpack.test.handling
-
- ratpack.test.http - package ratpack.test.http
-
- ratpack.test.remote - package ratpack.test.remote
-
- ratpack.thymeleaf - package ratpack.thymeleaf
-
Integration with
Thymeleaf templating engine.
- ratpack.util - package ratpack.util
-
General purpose types and utilities.
- ratpack.websocket - package ratpack.websocket
-
Support for Websockets.
- RATPACK_METRIC_REGISTRY - Static variable in class ratpack.dropwizard.metrics.DropwizardMetricsModule
-
- RatpackConfiguration - Class in ratpack.spring.config
-
- RatpackConfiguration() - Constructor for class ratpack.spring.config.RatpackConfiguration
-
- RatpackConfiguration.ServerConfigConfiguration - Class in ratpack.spring.config
-
- RatpackConfiguration.ServerConfiguration - Class in ratpack.spring.config
-
- RatpackConsulConfig - Interface in ratpack.consul
-
- RatpackPac4j - Class in ratpack.pac4j
-
Provides integration with the
Pac4j library for authentication and authorization.
- RatpackPac4j.ClientsProvider - Interface in ratpack.pac4j
-
- RatpackProperties - Class in ratpack.spring.config
-
- RatpackProperties() - Constructor for class ratpack.spring.config.RatpackProperties
-
- RatpackRetrofit - Class in ratpack.retrofit
-
Builder for providing integration of Retrofit2 with Ratpack's
HttpClient
.
- RatpackRetrofit() - Constructor for class ratpack.retrofit.RatpackRetrofit
-
- RatpackRetrofit.Builder - Class in ratpack.retrofit
-
- RatpackRetrofitCallException - Exception in ratpack.retrofit
-
Exception throw from Retrofit clients when using simple types instead of
Response
and the request is not successful.
- RatpackRetrofitCallException(Call<?>, String) - Constructor for exception ratpack.retrofit.RatpackRetrofitCallException
-
- RatpackServer - Interface in ratpack.server
-
The entry point for creating and starting a Ratpack application.
- ratpackServer(ApplicationContext) - Method in class ratpack.spring.config.RatpackConfiguration.ServerConfiguration
-
- ratpackServerConfig() - Method in class ratpack.spring.config.RatpackConfiguration.ServerConfigConfiguration
-
- RatpackServerCustomizer - Interface in ratpack.spring.config
-
- RatpackServerCustomizerAdapter - Class in ratpack.spring.config
-
- RatpackServerCustomizerAdapter() - Constructor for class ratpack.spring.config.RatpackServerCustomizerAdapter
-
- RatpackServerSpec - Interface in ratpack.server
-
A buildable specification of a Ratpack server.
- RatpackVersion - Class in ratpack.util
-
Provides the version of the Ratpack core at runtime.
- read(Promise<T>) - Method in interface ratpack.exec.util.ReadWriteAccess
-
Decorates the given promise with read serialization.
- read(Promise<T>, Duration) - Method in interface ratpack.exec.util.ReadWriteAccess
-
Decorates the given promise with read serialization and the given timeout.
- read(Promise<? extends AsynchronousFileChannel>, ByteBufAllocator, int, long, long) - Static method in class ratpack.file.FileIo
-
Read the contents of a file.
- read(Promise<? extends AsynchronousFileChannel>, ByteBufAllocator, int) - Static method in class ratpack.file.FileIo
-
Read the contents of a file from the given start until the given stop.
- readStream(Promise<? extends AsynchronousFileChannel>, ByteBufAllocator, int, long, long) - Static method in class ratpack.file.FileIo
-
Streams the contents of a file.
- readStream(Promise<? extends AsynchronousFileChannel>, ByteBufAllocator, int) - Static method in class ratpack.file.FileIo
-
Streams the entire contents of a file.
- readTimeout(Duration) - Method in interface ratpack.http.client.HttpClientSpec
-
The read timeout value for responses.
- readTimeout(Duration) - Method in interface ratpack.http.client.RequestSpec
-
- readTimeoutSeconds(int) - Method in interface ratpack.http.client.RequestSpec
-
- ReadWriteAccess - Interface in ratpack.exec.util
-
- ReadWriteAccess.TimeoutException - Exception in ratpack.exec.util
-
Thrown if access could not be acquired within the given timeout value.
- receiveBufferSize(int) - Method in interface ratpack.server.ServerConfigBuilder
-
- ReceivedResponse - Interface in ratpack.http.client
-
- redirect(int, String) - Method in interface ratpack.groovy.handling.GroovyChain
-
Sends an HTTP redirect to the specified location.
- redirect(int, String) - Method in interface ratpack.handling.Chain
-
Sends an HTTP redirect to the specified location.
- redirect(String) - Method in interface ratpack.handling.Context
-
Sends a temporary redirect response (i.e.
- redirect(int, String) - Method in interface ratpack.handling.Context
-
Sends a redirect response to the given location, and with the given status code.
- redirect(URI) - Method in interface ratpack.handling.Context
-
Sends a temporary redirect response (i.e.
- redirect(int, URI) - Method in interface ratpack.handling.Context
-
Sends a redirect response to the given location, and with the given status code.
- redirect(Object) - Method in interface ratpack.handling.Context
-
Sends a temporary redirect response (i.e.
- redirect(int, Object) - Method in interface ratpack.handling.Context
-
Sends a redirect response to the given location, and with the given status code.
- redirect(int, String) - Static method in class ratpack.handling.Handlers
-
- redirect(Context, String, int) - Method in interface ratpack.handling.Redirector
-
- redirect(Context, int, Object) - Method in interface ratpack.handling.Redirector
-
Issues a HTTP redirect response, transforming the given to
value into a value for the Location
header.
- Redirector - Interface in ratpack.handling
-
Interprets objects as a Location
header value, and issues the redirect response.
- redirects(int) - Method in interface ratpack.http.client.RequestSpec
-
The maximum number of redirects to automatically follow, before simply returning the redirect response.
- RedisSessionModule - Class in ratpack.session.store
-
An extension module that provides a redis backed session store.
- RedisSessionModule() - Constructor for class ratpack.session.store.RedisSessionModule
-
- RedisSessionModule.Config - Class in ratpack.session.store
-
Configuration for Redis Session Storage.
- reduce(Publisher<T>, R, BiFunction<? super R, ? super T, ? extends R>) - Static method in class ratpack.stream.Streams
-
Reduces the stream to a single value, by applying the given function successively.
- reduce(R, BiFunction<? super R, ? super T, ? extends R>) - Method in interface ratpack.stream.TransformablePublisher
-
Reduces the stream to a single value, by applying the given function successively.
- register(Action<? super RegistrySpec>) - Method in interface ratpack.exec.ExecSpec
-
Populates the execution's registry.
- register(Action<? super RegistrySpec>) - Method in interface ratpack.exec.ExecStarter
-
Populates the execution's registry.
- register(Registry) - Method in interface ratpack.groovy.handling.GroovyChain
-
Makes the contents of the given registry available for downstream handlers of the same nesting level.
- register(Action<? super RegistrySpec>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Registry, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Registry, Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
- register(Action<? super RegistrySpec>, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Action<? super RegistrySpec>, Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
- register(Action<? super RegistrySpec>, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Registry, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Registry) - Method in interface ratpack.handling.Chain
-
Makes the contents of the given registry available for downstream handlers of the same nesting level.
- register(Action<? super RegistrySpec>) - Method in interface ratpack.handling.Chain
-
- register(Registry, Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
- register(Registry, Class<? extends Action<? super Chain>>) - Method in interface ratpack.handling.Chain
-
- register(Action<? super RegistrySpec>, Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
- register(Action<? super RegistrySpec>, Class<? extends Action<? super Chain>>) - Method in interface ratpack.handling.Chain
-
- register(Registry, Handler) - Static method in class ratpack.handling.Handlers
-
- register(Registry) - Static method in class ratpack.handling.Handlers
-
- register() - Method in interface ratpack.render.RenderableDecorator
-
- registry(Function<? super Registry, ? extends Registry>) - Method in interface ratpack.groovy.server.GroovyRatpackServerSpec
-
- registry(Closure<?>) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
- registry(Action<? super RegistrySpec>) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
Configures the context registry.
- registry(Injector) - Static method in class ratpack.guice.Guice
-
Creates a Ratpack
Registry
backed by the given
Injector
that will
NOT create objects via “just-in-time” binding.
- registry(Action<? super BindingsSpec>) - Static method in class ratpack.guice.Guice
-
- registry(Injector, Action<? super BindingsSpec>) - Static method in class ratpack.guice.Guice
-
- Registry - Interface in ratpack.registry
-
An object registry.
- registry(Registry) - Method in interface ratpack.server.RatpackServerSpec
-
Sets the user registry to exactly the given registry.
- registry(Function<? super Registry, ? extends Registry>) - Method in interface ratpack.server.RatpackServerSpec
-
Sets the user registry as the return value of the given function.
- registry(Action<? super RegistrySpec>) - Method in interface ratpack.test.handling.RequestFixture
-
Configures the context registry.
- RegistryBacking - Interface in ratpack.registry
-
Provides instances to the Registry implementation which uses an implementation of
this interface for backing the instances that the Registry contains or returns.
- RegistryBuilder - Interface in ratpack.registry
-
- registryOf(Closure<?>) - Method in interface ratpack.groovy.server.GroovyRatpackServerSpec
-
- registryOf(Action<? super RegistrySpec>) - Method in interface ratpack.server.RatpackServerSpec
-
Builds the user registry via the given spec action.
- RegistrySpec - Interface in ratpack.registry
-
An additive specification of a registry.
- reload() - Method in interface ratpack.server.RatpackServer
-
Reloads the server from its definition function.
- reloadable(boolean) - Method in class ratpack.handlebars.HandlebarsModule.Config
-
- ReloadInformant - Interface in ratpack.server
-
Informs when the server should be reloaded, during
development
.
- remoteAddress(HostAndPort) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
Set the remote address from which the request is made.
- remoteAddress(HostAndPort) - Method in interface ratpack.test.handling.RequestFixture
-
Set the remote address from which the request is made.
- RemoteControl - Class in ratpack.remote
-
- RemoteControl - Class in ratpack.test.remote
-
- RemoteControl(ApplicationUnderTest, String, UnserializableResultStrategy) - Constructor for class ratpack.test.remote.RemoteControl
-
- RemoteControl(ApplicationUnderTest, String) - Constructor for class ratpack.test.remote.RemoteControl
-
- RemoteControl(ApplicationUnderTest, UnserializableResultStrategy) - Constructor for class ratpack.test.remote.RemoteControl
-
- RemoteControl(ApplicationUnderTest) - Constructor for class ratpack.test.remote.RemoteControl
-
- remove(CharSequence) - Method in interface ratpack.http.MutableHeaders
-
Removes the header with the specified name.
- remove(Class<T>) - Method in interface ratpack.registry.MutableRegistry
-
Remove the registration for the given type.
- remove(TypeToken<T>) - Method in interface ratpack.registry.MutableRegistry
-
Remove the registration for the given type.
- remove(SessionKey<?>) - Method in interface ratpack.session.Session
-
- remove(Class<?>) - Method in interface ratpack.session.Session
-
- remove(String) - Method in interface ratpack.session.Session
-
- remove(SessionKey<?>) - Method in interface ratpack.session.SessionData
-
Removes the object with the given key, if it exists.
- remove(Class<?>) - Method in interface ratpack.session.SessionData
-
Removes the object with the given type and no name, if it exists.
- remove(String) - Method in interface ratpack.session.SessionData
-
Removes the object with the name, if it exists.
- remove(AsciiString) - Method in interface ratpack.session.SessionStore
-
Removes the session data for the given id.
- remove(Object) - Method in interface ratpack.util.MultiValueMap
-
- render(Context, T) - Method in class ratpack.groovy.render.GroovyRendererSupport
-
- render(GroovyContext, T) - Method in class ratpack.groovy.render.GroovyRendererSupport
-
Renders the given object to the context.
- render(Context) - Method in class ratpack.groovy.template.Markup
-
- render(String) - Method in interface ratpack.groovy.template.TextTemplateScript
-
Renders a nested template inline, using the same model as this template.
- render(Map<String, ?>, String) - Method in interface ratpack.groovy.template.TextTemplateScript
-
Renders a nested template inline, with the given model merged with the current template model.
- render(Object) - Method in interface ratpack.handling.Context
-
Render the given object, using the rendering framework.
- render(Context) - Method in class ratpack.http.ResponseChunks
-
Render this object to the response.
- render(Context) - Method in interface ratpack.render.Renderable
-
Render this object to the response.
- render(Context, T) - Method in interface ratpack.render.Renderer
-
Render the given object to the response.
- render(Context, T) - Method in class ratpack.render.RendererSupport
-
Render the given object to the response.
- render(Context) - Method in class ratpack.sse.ServerSentEvents
-
Render this object to the response.
- Renderable - Interface in ratpack.render
-
- RenderableDecorator<T> - Interface in ratpack.render
-
Decorates an object before it is
rendered
.
- RenderableDecoratorSupport<T> - Class in ratpack.render
-
- RenderableDecoratorSupport() - Constructor for class ratpack.render.RenderableDecoratorSupport
-
- rendered(Class<T>) - Method in interface ratpack.test.handling.HandlingResult
-
The object that was rendered to the response.
- Renderer<T> - Interface in ratpack.render
-
A renderer is responsible for rendering an object to the response.
- RendererException - Exception in ratpack.render
-
Wraps an exception thrown by a renderer while rendering.
- RendererException(Renderer<?>, Object, Throwable) - Constructor for exception ratpack.render.RendererException
-
Constructor.
- RendererException(String, Throwable) - Constructor for exception ratpack.render.RendererException
-
Constructor.
- RendererSupport<T> - Class in ratpack.render
-
- RendererSupport() - Constructor for class ratpack.render.RendererSupport
-
- RenderException - Exception in ratpack.render
-
A generic super type for exceptions indicate something when wrong for a render operation.
- RenderException(String) - Constructor for exception ratpack.render.RenderException
-
Constructor.
- RenderException(String, Throwable) - Constructor for exception ratpack.render.RenderException
-
Constructor.
- replace(Promise<O>) - Method in interface ratpack.exec.Promise
-
Replaces this
promise with the provided promise for downstream subscribers.
- reportDirectory(File) - Method in class ratpack.dropwizard.metrics.CsvConfig
-
Configure the output directory for csv metrics reports.
- ReporterConfigSupport<T extends ReporterConfigSupport<T>> - Class in ratpack.dropwizard.metrics
-
A common base for reporter config classes.
- ReporterConfigSupport() - Constructor for class ratpack.dropwizard.metrics.ReporterConfigSupport
-
- reporterInterval(Duration) - Method in class ratpack.dropwizard.metrics.ScheduledReporterConfigSupport
-
Configure the interval between metrics reports.
- request(URI, Action<? super RequestSpec>) - Method in interface ratpack.http.client.HttpClient
-
An asynchronous method to do a HTTP request, the URL and all details of the request are configured by the Action acting on the RequestSpec.
- Request - Interface in ratpack.http
-
A request to be handled.
- request(URI, Action<? super RequestSpec>) - Method in interface ratpack.sse.ServerSentEventStreamClient
-
- request(URI) - Method in interface ratpack.sse.ServerSentEventStreamClient
-
- request(Action<? super RequestSpec>) - Method in interface ratpack.test.http.TestHttpClient
-
Executes the request as specified by the provided
RequestSpec
.
- request(String, Action<? super RequestSpec>) - Method in interface ratpack.test.http.TestHttpClient
-
Executes the request as specified by the provided
RequestSpec
against the provided path.
- RequestBodyAlreadyReadException - Exception in ratpack.http
-
Thrown when an attempt is made to read the request body when it has already been read.
- RequestBodyAlreadyReadException() - Constructor for exception ratpack.http.RequestBodyAlreadyReadException
-
- RequestBodyAlreadyReadException(String) - Constructor for exception ratpack.http.RequestBodyAlreadyReadException
-
Constructor.
- RequestBodyTooLargeException - Exception in ratpack.http
-
- RequestBodyTooLargeException(long, long) - Constructor for exception ratpack.http.RequestBodyTooLargeException
-
- requestFixture() - Static method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
Create a Groovy request fixture, for unit testing a
Handler
.
- requestFixture(RequestFixture) - Static method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
- RequestFixture - Interface in ratpack.test.handling
-
A contrived request environment, suitable for unit testing
Handler
implementations.
- requestFixture() - Static method in interface ratpack.test.handling.RequestFixture
-
Create a request fixture, for unit testing of
handlers
.
- RequestId - Interface in ratpack.handling
-
An opaque identifier for the request.
- RequestId.Generator - Interface in ratpack.handling
-
Generates, or assigns, an ID for requests.
- RequestLogger - Interface in ratpack.handling
-
A handler that logs information about the request.
- requestMetricGroups(Map<String, String>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
-
Configure the request metric groups.
- RequestOutcome - Interface in ratpack.handling
-
The outcome of processing a request.
- RequestScoped - Annotation Type in ratpack.guice
-
- RequestSpec - Interface in ratpack.http.client
-
- requestSpec(Action<? super RequestSpec>) - Method in interface ratpack.test.http.TestHttpClient
-
- RequestSpec.Body - Interface in ratpack.http.client
-
The request body.
- requestStream(URI, Action<? super RequestSpec>) - Method in interface ratpack.http.client.HttpClient
-
An asynchronous method to do a HTTP request, the URL and all details of the request are configured by the Action acting on the RequestSpec,
the received response content will be streamed.
- RequestTimingHandler - Interface in ratpack.dropwizard.metrics
-
- requestTimingMetrics(boolean) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
-
The state of request timing metrics reporting.
- require() - Static method in interface ratpack.exec.ExecController
-
Returns the execution controller bound to the current thread, or throws an exception if called on a non Ratpack managed compute thread.
- require(String, Class<?>) - Method in interface ratpack.server.ServerConfigBuilder
-
Declares that it is required that the server config provide an object of the given type at the given path.
- require(String, Type) - Method in interface ratpack.server.ServerConfigBuilder
-
Declares that it is required that the server config provide an object of the given type at the given path.
- require(String, TypeToken<?>) - Method in interface ratpack.server.ServerConfigBuilder
-
Declares that it is required that the server config provide an object of the given type at the given path.
- require(SessionKey<T>) - Method in interface ratpack.session.Session
-
- require(SessionKey<T>, SessionSerializer) - Method in interface ratpack.session.Session
-
- require(Class<T>) - Method in interface ratpack.session.Session
-
- require(Class<T>, SessionSerializer) - Method in interface ratpack.session.Session
-
- require(String) - Method in interface ratpack.session.Session
-
- require(String, SessionSerializer) - Method in interface ratpack.session.Session
-
- require(SessionKey<T>) - Method in interface ratpack.session.SessionData
-
- require(SessionKey<T>, SessionSerializer) - Method in interface ratpack.session.SessionData
-
- require(Class<T>) - Method in interface ratpack.session.SessionData
-
- require(Class<T>, SessionSerializer) - Method in interface ratpack.session.SessionData
-
- require(String) - Method in interface ratpack.session.SessionData
-
- require(String, SessionSerializer) - Method in interface ratpack.session.SessionData
-
- requireAuth(Class<? extends Client<C, U>>, Authorizer<? super U>...) - Static method in class ratpack.pac4j.RatpackPac4j
-
An authentication and authorization “filter”.
- requireClientSslAuth(boolean) - Method in interface ratpack.server.ServerConfigBuilder
-
- resetRequest() - Method in interface ratpack.test.http.TestHttpClient
-
Set the requestSpec back to a No Op default and clear the cookies.
- resolve(String) - Method in interface ratpack.config.PathResolver
-
- Response - Interface in ratpack.http
-
A response to a request.
- ResponseChunks - Class in ratpack.http
-
A
renderable
object for streaming data with HTTP chunked transfer-encoding.
- responseHeader(CharSequence, String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
Set a response header value.
- responseHeader(CharSequence, String) - Method in interface ratpack.test.handling.RequestFixture
-
Set a response header value.
- responseMaxChunkSize(int) - Method in interface ratpack.http.client.HttpClientSpec
-
The max size of the chunks to emit when reading a response as a stream.
- responseMaxChunkSize(int) - Method in interface ratpack.http.client.RequestSpec
-
The max size of the chunks to emit when reading a response as a stream.
- ResponseTimer - Class in ratpack.handling
-
A
handler
, that adds a
"X-Response-Time" header to all requests indicating how long it took to start sending a response in milliseconds.
- ResponseTimer() - Constructor for class ratpack.handling.ResponseTimer
-
- result(Action<? super ExecResult<T>>) - Method in interface ratpack.exec.Promise
-
Consume the promised value as a
Result
.
- Result<T> - Interface in ratpack.exec
-
The result of an asynchronous operation, which may be an error.
- retrofit() - Method in class ratpack.retrofit.RatpackRetrofit.Builder
-
- retry(int, Duration, BiAction<? super Integer, ? super Throwable>) - Method in interface ratpack.exec.Promise
-
Causes this
yielding the promised value to be retried on error, after a fixed delay.
- retry(int, BiFunction<? super Integer, ? super Throwable, Promise<Duration>>) - Method in interface ratpack.exec.Promise
-
Causes this
yielding the promised value to be retried on error, after a calculated delay.
- right(Promise<O>) - Method in interface ratpack.exec.Promise
-
Transforms the promised value to a
Pair
, with the value of the given promise as the
right
.
- right(Function<? super T, ? extends O>) - Method in interface ratpack.exec.Promise
-
Transforms the promised value to a
Pair
, with the result of the given function as the
right
.
- right - Variable in class ratpack.func.Pair
-
The right item of the pair.
- right() - Method in class ratpack.func.Pair
-
The right item of the pair.
- right(T) - Method in class ratpack.func.Pair
-
Replaces the right item with the given item.
- RockerModule - Class in ratpack.rocker
-
- RockerModule() - Constructor for class ratpack.rocker.RockerModule
-
- RockerRenderer - Interface in ratpack.rocker
-
- rollback() - Method in interface ratpack.jdbctx.Transaction
-
Initiates a transaction rollback.
- root() - Static method in interface ratpack.file.FileSystemBinding
-
- route(Predicate<? super T>, Action<? super T>) - Method in interface ratpack.exec.Promise
-
Allows the promised value to be handled specially if it meets the given predicate, instead of being handled by the promise subscriber.
- run(String...) - Method in class ratpack.spring.config.RatpackConfiguration
-
- run(Action<? super Execution>) - Method in interface ratpack.test.exec.ExecHarness
-
Initiates an execution and blocks until it completes.
- run(Action<? super RegistrySpec>, Action<? super Execution>) - Method in interface ratpack.test.exec.ExecHarness
-
Initiates an execution and blocks until it completes.
- runSingle(Action<? super Execution>) - Static method in interface ratpack.test.exec.ExecHarness
-
- runSingle(Action<? super RegistrySpec>, Action<? super Execution>) - Static method in interface ratpack.test.exec.ExecHarness
-
- RxRatpack - Class in ratpack.rx
-
Provides integration with
RxJava.