Package | Description |
---|---|
ratpack.launch |
Classes used to bootstrap a Ratpack application.
|
ratpack.server |
Objects used to start a ratpack application.
|
ratpack.test | |
ratpack.test.embed |
Support for creating embedded applications at test time, for testing Ratpack features and extensions.
|
Modifier and Type | Method and Description |
---|---|
RatpackServer |
RatpackMain.server(Properties overrideProperties,
Properties defaultProperties)
Builds a server by calling
LaunchConfigs.createFromGlobalProperties(ClassLoader, java.util.Properties, java.util.Properties) . |
Modifier and Type | Method and Description |
---|---|
static RatpackServer |
RatpackServerBuilder.build(LaunchConfig launchConfig)
Constructs a new server based on the builder's state.
|
Modifier and Type | Method and Description |
---|---|
RatpackServer |
RatpackMainServerFactory.create() |
Constructor and Description |
---|
ServerBackedApplicationUnderTest(Factory<RatpackServer> serverFactory) |
Modifier and Type | Method and Description |
---|---|
RatpackServer |
EmbeddedApp.getServer()
The server for the application.
|