A B C D E F G H I J L M N O P R S T U W X 

B

Background - Interface in ratpack.background
Allows blocking operations to be executed off of a main request handling thread.
background(Callable<T>) - Method in interface ratpack.handling.Context
Perform a blocking operation, off the request thread.
Background.Success<T> - Interface in ratpack.background
A builder for specifying the result handling strategy for a blocking operation that succeeds.
Background.SuccessOrError<T> - Interface in ratpack.background
A builder for specifying the result handling strategy for a blocking operation.
backgroundExecutorService(ExecutorService) - Method in class ratpack.launch.LaunchConfigBuilder
The executor service to use for blocking operations.
baseDir(File) - Static method in class ratpack.launch.LaunchConfigBuilder
Create a new builder, using the given file as the base dir.
baseDir(Path) - Static method in class ratpack.launch.LaunchConfigBuilder
Create a new builder, using the given file as the base dir.
BaseDirBuilder - Interface in ratpack.test.embed
 
bind(Class<?>) - Method in interface ratpack.guice.ModuleRegistry
Bind the given type with Guice.
bind(Class<T>, Class<? extends T>) - Method in interface ratpack.guice.ModuleRegistry
Bind the given implementation type with Guice, under the given public type.
bind(Class<? super T>, T) - Method in interface ratpack.guice.ModuleRegistry
Bind the given implementation with Guice, under the given public type.
bind(T) - Method in interface ratpack.guice.ModuleRegistry
Bind the given implementation with Guice, under its concrete type.
bind(String, PathBinding) - Method in interface ratpack.path.PathBinder
Creates a binding for the given path, if this binder can bind to this path.
BindAddress - Interface in ratpack.server
Represents the address that the server is listening on for requests.
binding(String) - Method in interface ratpack.file.FileSystemBinding
Construct a new binding by using the given path as a relative path from this bind point.
body(byte[], String) - Method in interface ratpack.test.handling.InvocationBuilder
 
body(String, String) - Method in interface ratpack.test.handling.InvocationBuilder
 
bufferAllocator(ByteBufAllocator) - Method in class ratpack.launch.LaunchConfigBuilder
The allocator to use when creating buffers in the application.
build(HandlerFactory) - Method in class ratpack.launch.LaunchConfigBuilder
Builds the launch config, based on the current state and the handler factory.
build() - Method in class ratpack.registry.RegistryBuilder
 
build(Registry) - Method in class ratpack.registry.RegistryBuilder
 
build(LaunchConfig) - Static method in class ratpack.server.RatpackServerBuilder
Constructs a new server based on the builder's state.
build() - Method in interface ratpack.test.embed.BaseDirBuilder
Build the baseDir.
build() - Method in class ratpack.test.embed.PathBaseDirBuilder
Build the baseDir.
builder() - Static method in class ratpack.registry.RegistryBuilder
 
byContent(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyContext
 
ByContentHandler - Interface in ratpack.handling
A buildable strategy for responding based on the HTTP "Accepts" request header.
byMethod(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyContext
 
ByMethodHandler - Interface in ratpack.handling
A buildable strategy for processing an exchange based on HTTP method.
A B C D E F G H I J L M N O P R S T U W X