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 

O

objectMapper(JacksonModule.Config) - Method in class ratpack.jackson.JacksonModule
 
objectReader(ObjectMapper) - Method in class ratpack.jackson.JacksonModule
 
objectWriter(ObjectMapper, JacksonModule.Config) - Method in class ratpack.jackson.JacksonModule
 
observe(Promise<T>) - Static method in class ratpack.rx.RxRatpack
Converts a Promise into an Observable.
observeEach(Promise<I>) - Static method in class ratpack.rx.RxRatpack
Converts a Promise for an iterable into an Observable.
of() - Static method in interface ratpack.config.ConfigData
Begins building a new application configuration using a default object mapper.
of(Action<? super ConfigDataSpec>) - Static method in interface ratpack.config.ConfigData
Begins building a new application configuration using a default object mapper, from the given definition.
of(Module...) - Static method in interface ratpack.config.ConfigData
Begins building a new application configuration using a default object mapper with the supplied modules registered.
of(List<Module>, Action<? super ConfigDataSpec>) - Static method in interface ratpack.config.ConfigData
Begins building a new application configuration using a default object mapper with the supplied modules registered, from the given definition.
of(ObjectMapper) - Static method in interface ratpack.config.ConfigData
Begins building a new application configuration using a specified object mapper.
of(ObjectMapper, Action<? super ConfigDataSpec>) - Static method in interface ratpack.config.ConfigData
Begins building a new application configuration using a specified object mapper, from the given definition.
of(Block) - Static method in interface ratpack.exec.Operation
 
of(L, R) - Static method in class ratpack.func.Pair
Creates a new pair.
of(String, BiFunction<? super ExecControl, ? super Registry, ? extends Promise<HealthCheck.Result>>) - Static method in interface ratpack.health.HealthCheck
Convenience factory for health check implementations.
of(int, String) - Static method in interface ratpack.http.Status
Creates a new status object.
of(int) - Static method in interface ratpack.http.Status
Creates a new status object.
of(TypeToken<T>, O) - Static method in class ratpack.parse.Parse
Creates a parse object.
of(TypeToken<T>) - Static method in class ratpack.parse.Parse
Creates a parse object, with a NullParseOpts options object.
of(Class<T>, O) - Static method in class ratpack.parse.Parse
Creates a parse object.
of(Class<T>) - Static method in class ratpack.parse.Parse
Creates a parse object, with a NullParseOpts options object.
of(Class<T>, BiFunction<? super Context, ? super T, ? extends T>) - Static method in interface ratpack.render.RenderableDecorator
Creates a renderable decorator implementation for the given type that uses the function as decorator.
of(Class<T>, BiConsumer<? super Context, ? super T>) - Static method in interface ratpack.render.Renderer
Creates a renderer implementation from the given arguments.
of(Action<? super RatpackServerSpec>) - Static method in interface ratpack.server.RatpackServer
Creates a new, unstarted, Ratpack server from the given definition.
of(Class<T>) - Static method in interface ratpack.session.SessionKey
Creates a key of the given type with no name.
of(String, Class<T>) - Static method in interface ratpack.session.SessionKey
Creates a key of the given name and type.
of(String) - Static method in interface ratpack.session.SessionKey
Creates a key of the given name with no type.
of(RatpackServer) - Static method in interface ratpack.test.ApplicationUnderTest
 
of(Factory<? extends RatpackServer>) - Static method in interface ratpack.test.ApplicationUnderTest
 
of(Class<?>) - Static method in interface ratpack.test.ApplicationUnderTest
 
of(Class<?>, Action<? super RegistrySpec>) - Static method in interface ratpack.test.ApplicationUnderTest
 
of(Action<? super RatpackServerSpec>) - Static method in interface ratpack.test.embed.EmbeddedApp
Creates an embedded application from the given function.
of(Path, Action<? super RatpackServerSpec>) - Static method in interface ratpack.test.embed.EmbeddedApp
 
ofAsync(Class<T>, BiFunction<? super Context, ? super T, ? extends Promise<T>>) - Static method in interface ratpack.render.RenderableDecorator
Creates a renderable decorator implementation for the given type that uses the function as decorator.
ofSize(int) - Static method in interface ratpack.exec.Throttle
Create a new throttle of the given size.
ofType(String, T) - Static method in interface ratpack.session.SessionKey
Creates a key of the given name, and the type of the given object (as provided by Object.getClass()).
ofType(T) - Static method in interface ratpack.session.SessionKey
Creates a key of type of the given object (as provided by Object.getClass()), and no name.
OK - Static variable in interface ratpack.http.Status
 
onCleanup(AutoCloseable) - Method in interface ratpack.exec.Execution
 
onClose(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyContext
Adds a request close handler.
onClose(Action<? super RequestOutcome>) - Method in interface ratpack.handling.Context
Registers a callback to be notified when the request for this context is “closed” (i.e.
onClose(WebSocketClose<T>) - Method in class ratpack.websocket.AutoCloseWebSocketHandler
 
onClose(WebSocketClose<T>) - Method in interface ratpack.websocket.WebSocketHandler
 
onClose(Action<WebSocketClose<T>>) - Method in interface ratpack.websocket.WebSocketSpec
 
onComplete(Block) - Method in interface ratpack.exec.Downstream
Wrap this downstream, using the given action as the implementation of the Downstream.complete() method.
onComplete(Action<? super Execution>) - Method in interface ratpack.exec.ExecBuilder
Specifies the completion callback for the execution.
oneCookie(String) - Method in interface ratpack.http.Request
Returns the value of the cookie with the specified name if it was sent.
onError(Action<? super Throwable>) - Method in interface ratpack.config.ConfigDataSpec
Sets the error handler that will be used for added configuration sources.
onError(Action<? super Throwable>) - Method in interface ratpack.exec.Downstream
Wrap this downstream, using the given action as the implementation of the Downstream.error(Throwable) method.
onError(Action<? super Throwable>) - Method in interface ratpack.exec.ExecBuilder
Specify the top level error handler for the execution.
onError(BiAction<? super Execution, ? super Throwable>) - Method in interface ratpack.exec.ExecBuilder
Specify the top level error handler for the execution.
onError(Action<? super Throwable>) - Method in interface ratpack.exec.Operation
 
onError(Action<? super Throwable>) - Method in interface ratpack.exec.Promise
Specifies the action to take if the an error occurs trying to produce the promised value.
onError(Action<? super Throwable>) - Method in interface ratpack.server.ServerConfig.Builder
Sets the error handler that will be used for added configuration sources.
onMessage(WebSocketMessage<T>) - Method in class ratpack.websocket.AutoCloseWebSocketHandler
 
onMessage(WebSocketMessage<T>) - Method in interface ratpack.websocket.WebSocketHandler
 
onMessage(Action<WebSocketMessage<T>>) - Method in interface ratpack.websocket.WebSocketSpec
 
onNull(Block) - Method in interface ratpack.exec.Promise
A convenience shorthand for routing null values.
onOpen(WebSocket) - Method in class ratpack.websocket.AutoCloseWebSocketHandler
 
onOpen(WebSocket) - Method in interface ratpack.websocket.WebSocketHandler
 
onStart(StartEvent) - Method in interface ratpack.server.Service
Server startup event.
onStop(StopEvent) - Method in interface ratpack.server.Service
Server stop event.
onSuccess(Action<? super O>) - Method in interface ratpack.exec.Downstream
Wrap this downstream, using the given action as the implementation of the Downstream.success(T) method.
onYield(Runnable) - Method in interface ratpack.exec.Promise
Registers a listener that is invoked when this promise is initiated.
operation(Block) - Method in interface ratpack.exec.ExecControl
 
Operation - Interface in ratpack.exec
A logical operation.
operation() - Method in interface ratpack.exec.Promise
 
operation(Action<? super T>) - Method in interface ratpack.exec.Promise
 
optionalToken(String) - Method in interface ratpack.path.PathBinderBuilder
Add an optional token to the path.
optionalTokenWithPattern(String, String) - Method in interface ratpack.path.PathBinderBuilder
Add a regular expression parameterized named optional token to the path.
options() - Method in interface ratpack.test.http.TestHttpClient
Make a OPTIONS request with a path of "" this is the same as calling options("")
options(String) - Method in interface ratpack.test.http.TestHttpClient
Make a OPTIONS request to the specified path.
OverlappingExecutionException - Exception in ratpack.exec
An instance of this exception will be logged when execution overlaps.
OverlappingExecutionException(String) - Constructor for exception ratpack.exec.OverlappingExecutionException
Constructor.
OverlappingExecutionException(String, Throwable) - Constructor for exception ratpack.exec.OverlappingExecutionException
Constructor.
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