- objectReader(ObjectMapper) - Method in class ratpack.jackson.JacksonModule
-
- objectWriter(ObjectMapper) - Method in class ratpack.jackson.JacksonModule
-
- observe(Promise<T>) - Static method in class ratpack.rx.RxRatpack
-
Converts a Ratpack promise into an Rx observable.
- observeEach(Promise<I>) - Static method in class ratpack.rx.RxRatpack
-
Converts a Ratpack promise of an iterable value into an Rx observable for each element of the promised iterable.
- of(L, R) - Static method in class ratpack.func.Pair
-
Creates a new pair.
- 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
-
- 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
-
- ofSize(int) - Static method in interface ratpack.exec.Throttle
-
Create a new throttle of the given size.
- 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(Action<? super Execution>) - Method in interface ratpack.exec.ExecStarter
-
- 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.exec.ExecStarter
-
- 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(BiConsumer<? super Context, ? super Throwable>) - Method in class ratpack.pac4j.Pac4jCallbackHandlerBuilder
-
- 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(NoArgAction) - Method in interface ratpack.exec.PromiseOperations
-
A convenience shorthand for
routing
null
values.
- onOpen(WebSocket) - Method in class ratpack.websocket.AutoCloseWebSocketHandler
-
- onOpen(WebSocket) - Method in interface ratpack.websocket.WebSocketHandler
-
- onSuccess(BiConsumer<? super Context, ? super UserProfile>) - Method in class ratpack.pac4j.Pac4jCallbackHandlerBuilder
-
- onYield(Runnable) - Method in interface ratpack.exec.PromiseOperations
-
Registers a listener that is invoked when this
promise is initiated.
- 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
-
- options(String) - Method in interface ratpack.test.http.TestHttpClient
-
- other(String, String) - Method in class ratpack.launch.LaunchConfigBuilder
-
Add an "other" property.
- other(Map<String, String>) - Method in class ratpack.launch.LaunchConfigBuilder
-
Add some "other" properties.
- 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.