- AbstractAuthorizer - Class in ratpack.pac4j
-
An abstract implementation of
Authorizer
that provides sensible defaults.
- AbstractAuthorizer() - Constructor for class ratpack.pac4j.AbstractAuthorizer
-
- accept(Result<? extends T>) - Method in interface ratpack.exec.Fulfiller
-
Fulfills via the given result.
- accept(CompletableFuture<? extends T>) - Method in interface ratpack.exec.Fulfiller
-
Fulfills via the given completable future.
- accepts(String...) - Static method in class ratpack.handling.Handlers
-
A handler that delegates to the next handler if the request claims that it can accept one of the given types, otherwise raises a 406 client error.
- Action<T> - Interface in ratpack.func
-
A generic type for an object that does some work with a thing.
- add(Class<? super O>, O) - Method in interface ratpack.exec.Execution
-
Adds a registry entry that is available by the given type.
- add(TypeToken<? super O>, O) - Method in interface ratpack.exec.Execution
-
Adds a registry entry that is available by the given type.
- add(Object) - Method in interface ratpack.exec.Execution
-
Adds a registry entry.
- add(Module) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
-
Adds the bindings from the given modules.
- add(Class<? extends Module>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
- add(Class<T>, Action<? super C>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
- add(Module) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given modules.
- add(Class<? extends Module>) - Method in interface ratpack.guice.BindingsSpec
-
- add(Class<T>, Action<? super C>) - Method in interface ratpack.guice.BindingsSpec
-
- add(CharSequence, Object) - Method in interface ratpack.http.MutableHeaders
-
Adds a new header with the specified name and value.
- add(Class<? super O>, O) - Method in interface ratpack.http.Request
-
Adds a registry entry that is available by the given type.
- add(TypeToken<? super O>, O) - Method in interface ratpack.http.Request
-
Adds a registry entry that is available by the given type.
- add(Object) - Method in interface ratpack.http.Request
-
Adds a registry entry.
- add(Object) - Method in interface ratpack.registry.RegistryBuilder
-
Adds a registry entry.
- add(Class<? super O>, O) - Method in interface ratpack.registry.RegistryBuilder
-
Adds a registry entry that is available by the given type.
- add(TypeToken<? super O>, O) - Method in interface ratpack.registry.RegistryBuilder
-
Adds a registry entry that is available by the given type.
- add(Class<? super O>, O) - Method in interface ratpack.registry.RegistrySpec
-
Adds a registry entry that is available by the given type.
- add(TypeToken<? super O>, O) - Method in interface ratpack.registry.RegistrySpec
-
Adds a registry entry that is available by the given type.
- add(Object) - Method in interface ratpack.registry.RegistrySpec
-
Adds a registry entry.
- addImpliedDefaults(Properties) - Method in class ratpack.groovy.launch.GroovyRatpackMain
-
- addImpliedDefaults(Properties) - Method in class ratpack.launch.RatpackMain
-
Subclass hook for adding default property values.
- addInterceptor(ExecInterceptor, NoArgAction) - Method in interface ratpack.exec.ExecControl
-
Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.
- addInterceptor(ExecInterceptor, NoArgAction) - Method in interface ratpack.handling.Context
-
- addInterceptor(ExecInterceptor, NoArgAction) - Method in interface ratpack.test.exec.ExecHarness
-
Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.
- addLazy(Class<O>, Supplier<? extends O>) - Method in interface ratpack.exec.Execution
-
Adds a lazily created entry to the registry.
- addLazy(TypeToken<O>, Supplier<? extends O>) - Method in interface ratpack.exec.Execution
-
Adds a lazily created entry to the registry.
- addLazy(Class<O>, Supplier<? extends O>) - Method in interface ratpack.http.Request
-
Adds a lazily created entry to the registry.
- addLazy(TypeToken<O>, Supplier<? extends O>) - Method in interface ratpack.http.Request
-
Adds a lazily created entry to the registry.
- addLazy(Class<O>, Supplier<? extends O>) - Method in interface ratpack.registry.RegistryBuilder
-
Adds a lazily created entry to the registry.
- addLazy(TypeToken<O>, Supplier<? extends O>) - Method in interface ratpack.registry.RegistryBuilder
-
Adds a lazily created entry to the registry.
- addLazy(Class<O>, Supplier<? extends O>) - Method in interface ratpack.registry.RegistrySpec
-
Adds a lazily created entry to the registry.
- addLazy(TypeToken<O>, Supplier<? extends O>) - Method in interface ratpack.registry.RegistrySpec
-
Adds a lazily created entry to the registry.
- address(InetAddress) - Method in class ratpack.launch.LaunchConfigBuilder
-
Sets the address to bind to.
- ADDRESS - Static variable in class ratpack.launch.LaunchConfigs.Property
-
The address to bind to.
- addSessionListener(SessionListener) - Method in interface ratpack.session.SessionManager
-
- all(TypeToken<T>, Predicate<? super T>) - Method in interface ratpack.registry.Registry
-
Returns all of the objects whose declared type is assignment compatible with the given type and who satisfy the given predicate.
- andThen(Function<? super O, ? extends T>) - Method in interface ratpack.func.Function
-
Joins this
function with the given function.
- APPLICATION_FORM - Static variable in interface ratpack.http.MediaType
-
"application/x-www-form-urlencoded".
- APPLICATION_JSON - Static variable in interface ratpack.http.MediaType
-
"application/json".
- ApplicationUnderTest - Interface in ratpack.test
-
Provides the address of the running application.
- apply(I) - Method in interface ratpack.func.Function
-
The function implementation.
- apply(T) - Method in interface ratpack.func.Predicate
-
Tests the given value.
- asBool(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asByte(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asInt(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asLong(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asMultimap() - Method in interface ratpack.util.MultiValueMap
-
- asMultiValueMap() - Method in interface ratpack.http.Headers
-
- asPromise(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
- asPromiseSingle(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Convenience for converting an
Observable
to a
Promise
when it is known that the observable sequence is of zero or one elements.
- asResult(Action<? super Result<T>>) - Method in interface ratpack.exec.Promise
-
- assets(String, String...) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a handler that serves static assets at the given file system path, relative to the contextual file system binding.
- assets(String, String...) - Method in interface ratpack.handling.Chain
-
Adds a handler that serves static assets at the given file system path, relative to the contextual file system binding.
- assets(LaunchConfig, String, List<String>) - Static method in class ratpack.handling.Handlers
-
A handler that serves static assets at the given file system path, relative to the contextual file system binding.
- asShort(K) - Method in interface ratpack.util.TypeCoercingMap
-
- Authorizer - Interface in ratpack.pac4j
-
An authorization strategy for integration with pac4j.
- AutoCloseWebSocketHandler<T extends AutoCloseable> - Class in ratpack.websocket
-
- AutoCloseWebSocketHandler() - Constructor for class ratpack.websocket.AutoCloseWebSocketHandler
-