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

B

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
 
BaseDirRequiredException - Exception in ratpack.file
Thrown when the base directory of the application has not been set but is required.
BaseDirRequiredException(String) - Constructor for exception ratpack.file.BaseDirRequiredException
Constructor.
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.
blocking(Callable<T>) - Method in interface ratpack.exec.ExecContext
Performs a blocking operation on a separate thread, returning a promise for its value.
blocking(Callable<T>) - Method in interface ratpack.exec.ExecControl
Performs a blocking operation on a separate thread, returning a promise for its value.
blocking(Callable<T>) - Method in interface ratpack.handling.Context
Executes a blocking operation, returning a promise for its result.
body(byte[], String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
 
body(String, String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
 
body(Action<? super RequestSpec.Body>) - Method in interface ratpack.http.client.RequestSpec
 
body(byte[], String) - Method in interface ratpack.test.handling.RequestFixture
Sets the request body to be the given bytes, and adds a Content-Type request header of the given value.
body(String, String) - Method in interface ratpack.test.handling.RequestFixture
Sets the request body to be the given string in utf8 bytes, and adds a Content-Type request header of the given value.
body(byte[], String) - Method in class ratpack.test.handling.RequestFixtureAction
Sets the request body to be the given bytes, and adds a Content-Type request header of the given value.
body(String, String) - Method in class ratpack.test.handling.RequestFixtureAction
Sets the request body to be the given string in utf8 bytes, and adds a Content-Type request header of the given value.
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.launch.LaunchConfigBuilder
Builds the launch config, based on the current state and WITHOUT handler factory.
build() - Method in interface ratpack.registry.RegistryBuilder
Builds the registry.
build(Registry) - Method in interface ratpack.registry.RegistryBuilder
Builds a registry containing the entries specified by this builder and the given “parent” registry.
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.
byContent(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyContext
Responds based on the client's preferred response content type (i.e.
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
Responds based on HTTP method.
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 V W X