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 

A

accept(ExecResult<? extends T>) - Method in interface ratpack.exec.Downstream
Signals this downstream, based on the given result.
accept(Result<? extends T>) - Method in interface ratpack.exec.Downstream
Signals this downstream, based on the given result.
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(TypeToken<? super O>, O) - 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.
add(ConfigSource) - Method in interface ratpack.server.ServerConfig.Builder
Adds a configuration source.
addInterceptor(ExecInterceptor, Block) - 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, Block) - Method in interface ratpack.handling.Context
 
addInterceptor(ExecInterceptor, Block) - 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(TypeToken<O>, Supplier<? extends O>) - Method in interface ratpack.guice.BindingsSpec
 
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.
addLazyAsync(Class<O>, Supplier<? extends Promise<? extends O>>) - Method in interface ratpack.registry.RegistrySpec
 
addLazyAsync(TypeToken<O>, Supplier<? extends Promise<? extends O>>) - Method in interface ratpack.registry.RegistrySpec
 
address(InetAddress) - Method in interface ratpack.server.ServerConfig.Builder
Sets the address to bind to.
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, 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
Convert the value with given key to a Boolean, using Boolean.valueOf(String).
asByte(K) - Method in interface ratpack.util.TypeCoercingMap
Convert the value with given key to a Byte, using Byte.valueOf(String).
asInt(K) - Method in interface ratpack.util.TypeCoercingMap
Convert the value with given key to a Integer, using Integer.valueOf(String).
asLong(K) - Method in interface ratpack.util.TypeCoercingMap
Convert the value with given key to a Long, using Long.valueOf(String).
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
Convert the value with given key to a Short, using Short.valueOf(String).
auth(Class<? extends Client<?, ?>>) - Static method in class ratpack.pac4j.RatpackPac4j
An authentication “filter”, that initiates authentication if necessary.
AutoCloseWebSocketHandler<T extends AutoCloseable> - Class in ratpack.websocket
 
AutoCloseWebSocketHandler() - Constructor for class ratpack.websocket.AutoCloseWebSocketHandler
 
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