- Background - Interface in ratpack.handling
-
Allows blocking operations to be executed off of a main request handling thread.
- background(Callable<T>) - Method in interface ratpack.handling.ReadOnlyContext
-
Perform a blocking operation, off the request thread.
- background(Callable<T>) - Static method in class ratpack.rx.RxRatpack
-
- 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.groovy.test.handling.GroovyInvocationBuilder
-
- body(String, String) - Method in interface ratpack.groovy.test.handling.GroovyInvocationBuilder
-
- 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 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.