Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

R

ratpack(Closure<?>) - Static method in class ratpack.groovy.Groovy
Starts a Ratpack app, defined by the given closure.
ratpack.api - package ratpack.api
Annotations that are used to further specify API contracts.
ratpack.codahale.metrics - package ratpack.codahale.metrics
Integration with Coda Hale's Metrics Library.
ratpack.error - package ratpack.error
Types that deal with handling application errors.
ratpack.exec - package ratpack.exec
The execution management.
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.
ratpack.groovy - package ratpack.groovy
Support for writing Ratpack applications in the Groovy programming language.
ratpack.groovy.guice - package ratpack.groovy.guice
Groovy specific extensions to the Guice support.
ratpack.groovy.handling - package ratpack.groovy.handling
Groovy specific extensions to classes in the ratpack.handling package.
ratpack.groovy.launch - package ratpack.groovy.launch
 
ratpack.groovy.markup - package ratpack.groovy.markup
 
ratpack.groovy.markuptemplates - package ratpack.groovy.markuptemplates
Specialised Groovy support for the markup template engine.
ratpack.groovy.render - package ratpack.groovy.render
Specialised Groovy support for rendering.
ratpack.groovy.sql - package ratpack.groovy.sql
 
ratpack.groovy.templating - package ratpack.groovy.templating
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
Integration with Google Guice.
ratpack.h2 - package ratpack.h2
 
ratpack.handlebars - package ratpack.handlebars
Integration with Handlebars.java templating engine.
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.hikari - package ratpack.hikari
 
ratpack.http - package ratpack.http
The HTTP protocol.
ratpack.http.client - package ratpack.http.client
 
ratpack.hystrix - package ratpack.hystrix
Provides integration with the Hystrix library.
ratpack.jackson - package ratpack.jackson
Integration with the Jackson JSON marshalling library.
ratpack.launch - package ratpack.launch
Classes used to bootstrap a Ratpack application.
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.rx - package ratpack.rx
Provides integration with the RxJava library.
ratpack.server - package ratpack.server
Objects used to start a ratpack application.
ratpack.session - package ratpack.session
 
ratpack.session.store - package ratpack.session.store
Session scoped storage.
ratpack.spring - package ratpack.spring
 
ratpack.sse - package ratpack.sse
 
ratpack.ssl - package ratpack.ssl
Convenience utitilities for dealing with SSL.
ratpack.stream - package ratpack.stream
 
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.codahale.metrics.CodaHaleMetricsModule
 
RatpackMain - Class in ratpack.launch
An application entry point for starting a Ratpack application.
RatpackMain() - Constructor for class ratpack.launch.RatpackMain
 
RatpackMainApplicationUnderTest - Class in ratpack.test
 
RatpackMainApplicationUnderTest() - Constructor for class ratpack.test.RatpackMainApplicationUnderTest
 
RatpackMainApplicationUnderTest(Map<String, String>) - Constructor for class ratpack.test.RatpackMainApplicationUnderTest
 
RatpackMainApplicationUnderTest(RatpackMain, Map<String, String>) - Constructor for class ratpack.test.RatpackMainApplicationUnderTest
 
RatpackMainServerFactory - Class in ratpack.test
 
RatpackMainServerFactory() - Constructor for class ratpack.test.RatpackMainServerFactory
 
RatpackMainServerFactory(Map<String, String>) - Constructor for class ratpack.test.RatpackMainServerFactory
 
RatpackMainServerFactory(RatpackMain, Map<String, String>) - Constructor for class ratpack.test.RatpackMainServerFactory
 
RatpackServer - Interface in ratpack.server
A Ratpack server.
RatpackServerBuilder - Class in ratpack.server
Builds a RatpackServer.
RatpackVersion - Class in ratpack.util
Provides the version of the Ratpack core at runtime.
readTimeout(int, TimeUnit) - Method in interface ratpack.http.client.RequestSpec
 
readTimeoutSeconds(int) - Method in interface ratpack.http.client.RequestSpec
 
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 location URL and status code (which should be in the 3xx range).
redirect(int, String) - Static method in class ratpack.handling.Handlers
Creates a handler that always issues a redirect using Context.redirect(int, String) with exactly the given code and location.
redirect(Context, String, int) - Method in interface ratpack.handling.Redirector
Issue a redirect to the client.
Redirector - Interface in ratpack.handling
Contextual strategy for issuing redirects.
redirects(int) - Method in interface ratpack.http.client.RequestSpec
 
regen() - Method in interface ratpack.session.Session
Initiates a new session, terminating the existing session, if any.
register(Action<? super RegistrySpec>) - Method in interface ratpack.exec.ExecStarter
 
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
Builds a new registry via the given action, then registers it via Chain.register(Registry).
register(Registry, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler that inserts the given handler chain with the given registry via Context.insert(ratpack.registry.Registry, Handler...).
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
Adds a handler that inserts the given handler chain with a registry built by the given action via Context.insert(ratpack.registry.Registry, Handler...).
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
Builds a new registry via the given action, then registers it via Chain.register(Registry).
register(Registry, Action<? super Chain>) - Method in interface ratpack.handling.Chain
Adds a handler that inserts the given handler chain with the given registry via Context.insert(ratpack.registry.Registry, Handler...).
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
Adds a handler that inserts the given handler chain with a registry built by the given action via Context.insert(ratpack.registry.Registry, Handler...).
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
A handler that simply calls Context.insert(Registry, Handler...) with the given registry and handler.
register(Registry) - Static method in class ratpack.handling.Handlers
A handler that simply calls Context.next(Registry) with the given registry.
Registries - Class in ratpack.registry
Static methods for creating and building registries.
registry(Closure<?>) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
 
registry(Action<? super RegistrySpec>) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
 
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() - Static method in class ratpack.registry.Registries
Creates a new registry builder.
registry(Action<? super RegistrySpec>) - Static method in class ratpack.registry.Registries
Builds a registry from the given action.
Registry - Interface in ratpack.registry
An object registry.
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
A builder of registries.
RegistrySpec - Interface in ratpack.registry
An additive specification of a registry.
RemoteControl - Class in ratpack.test.remote
 
RemoteControl(ApplicationUnderTest, String) - Constructor for class ratpack.test.remote.RemoteControl
 
RemoteControl(ApplicationUnderTest) - Constructor for class ratpack.test.remote.RemoteControl
 
RemoteControlModule - Class in ratpack.remote
An extension module that adds a Groovy Remote Control endpoint.
RemoteControlModule() - Constructor for class ratpack.remote.RemoteControlModule
 
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(Object) - Method in interface ratpack.util.MultiValueMap
render(Context, T) - Method in class ratpack.groovy.render.GroovyRendererSupport
Delegates to GroovyRendererSupport.render(GroovyContext, Object), wrapping the given context in a GroovyContext.
render(GroovyContext, T) - Method in class ratpack.groovy.render.GroovyRendererSupport
Renders the given object to the context.
render(String) - Method in interface ratpack.groovy.templating.TemplateScript
Renders a nested template inline, using the same model as this template.
render(Map<String, ?>, String) - Method in interface ratpack.groovy.templating.TemplateScript
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, 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.
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.
RendererSupport<T> - Class in ratpack.render
A Renderer super class that provides a RendererSupport.getType() implementation based on the generic type of the impl.
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.
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.
requestFixture() - Static method in class ratpack.groovy.test.GroovyUnitTest
Create a Groovy request fixture, for unit testing a Handler.
requestFixture(RequestFixture) - Static method in class ratpack.groovy.test.GroovyUnitTest
Create a Groovy request fixture, for unit testing a Handler, by wrapping the given RequestFixture.
RequestFixture - Interface in ratpack.test.handling
A contrived request environment, suitable for unit testing Handler implementations.
requestFixture() - Static method in class ratpack.test.UnitTest
Create a request fixture, for unit testing of handlers.
RequestOutcome - Interface in ratpack.handling
The outcome of processing a request.
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.
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.
resetRequest() - Method in interface ratpack.test.http.TestHttpClient
 
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(String, String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
 
responseHeader(String, String) - Method in interface ratpack.test.handling.RequestFixture
Set a response header value.
ResponseMetaData - Interface in ratpack.http
The metadata associated with a response.
Result<T> - Interface in ratpack.exec
The result of an asynchronous operation, which may be a failure.
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.
route(Predicate<? super T>, Action<? super T>) - Method in interface ratpack.exec.PromiseOperations
Allows the promised value to be handled specially if it meets the given predicate, instead of being handled by the promise subscriber.
run(Action<? super ExecControl>) - Method in interface ratpack.test.exec.ExecHarness
Initiates an execution and blocks until it completes.
runSingle(Action<? super ExecControl>) - Static method in interface ratpack.test.exec.ExecHarness
Convenient form of ExecHarness.run(Action) that creates and closes a harness for the run.
RxRatpack - Class in ratpack.rx
Provides integration with RxJava.
RxRatpack() - Constructor for class ratpack.rx.RxRatpack
 
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links