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. |
LaunchConfigs |
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.
|
NoBaseDirException |
Thrown when a request is made for the base directory of the application in an application
launch config where no base directory has been set.
|
NoHandlerFactoryException |