- 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(ConfigSource) - Method in interface ratpack.config.ConfigDataSpec
-
Adds a configuration source.
- 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 module.
- add(Class<? extends Module>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
-
Adds the bindings from the given module.
- add(Class<T>, Action<? super C>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
-
Adds the bindings from the given configurable module.
- add(ConfigurableModule<C>, Action<? super C>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
-
Adds the bindings from the given configurable module.
- add(Module) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given module.
- add(Class<? extends Module>) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given module.
- add(Class<T>, Action<? super C>) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given configurable module.
- add(ConfigurableModule<C>, Action<? super C>) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given configurable module.
- 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.
- addConfig(Class<T>, C, Action<? super C>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
-
Adds the bindings from the given configurable module.
- addConfig(ConfigurableModule<C>, C, Action<? super C>) - Method in interface ratpack.groovy.guice.GroovyBindingsSpec
-
Adds the bindings from the given configurable module.
- addConfig(Class<T>, C, Action<? super C>) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given configurable module.
- addConfig(Class<T>, C) - Method in interface ratpack.guice.BindingsSpec
-
- addConfig(ConfigurableModule<C>, C, Action<? super C>) - Method in interface ratpack.guice.BindingsSpec
-
Adds the bindings from the given configurable module.
- addConfig(T, C) - Method in interface ratpack.guice.BindingsSpec
-
- 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 interface ratpack.server.ServerConfig.Builder
-
Sets the address to bind to.
- addSessionListener(SessionListener) - Method in interface ratpack.session.SessionManager
-
- adler32(ServerConfig, String, String...) - Static method in class ratpack.file.FileSystemChecksumServices
-
Get checksum service with Adler32 calculation method.
- Adler32Checksummer - Class in ratpack.file.checksummer
-
Calculate checksum with Adler32 algorithm.
- Adler32Checksummer() - Constructor for class ratpack.file.checksummer.Adler32Checksummer
-
- andThen(Function<? super O, ? extends V>) - Method in interface ratpack.func.BiFunction
-
- andThen(Function<? super O, ? extends T>) - Method in interface ratpack.func.Function
-
Joins this
function with the given function.
- app() - Static method in class ratpack.groovy.Groovy.Script
-
- app(boolean) - Static method in class ratpack.groovy.Groovy.Script
-
- app(Path) - Static method in class ratpack.groovy.Groovy.Script
-
- app(boolean, String...) - Static method in class ratpack.groovy.Groovy.Script
-
- 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(Function<? super Promise<T>, ? extends Promise<O>>) - Method in interface ratpack.exec.Promise
-
Applies the custom operation function to this promise.
- apply(InputStream) - Method in class ratpack.file.checksummer.Adler32Checksummer
-
Algorythm implementation.
- apply(InputStream) - Method in class ratpack.file.checksummer.MD5Checksummer
-
Algorythm implementation.
- apply(I1, I2) - Method in interface ratpack.func.BiFunction
-
- 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
-
- 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(ServerConfig, 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
-