Interface | Description |
---|---|
HandlerFactory |
A factory contract for creating handlers, typically the root handler of the application.
|
LaunchConfig |
The configuration used to launch a server.
|
Class | Description |
---|---|
LaunchConfigBuilder |
A builder for
LaunchConfig objects. |
LaunchConfigFactory |
Static factory methods for creating
LaunchConfig objects using various strategies. |
RatpackMain |
An application entry point for starting a Ratpack application.
|
Exception | Description |
---|---|
LaunchException |
Thrown if something goes wrong at launch time.
|