| Interface | Description |
|---|---|
| PublicAddress |
The advertised public address.
|
| RatpackServer |
The entry point for creating and starting a Ratpack application.
|
| RatpackServerSpec |
A buildable specification of a Ratpack server.
|
| ReloadInformant |
Informs when the server should be reloaded, during
development. |
| ServerConfig |
The configuration of the server.
|
| ServerConfigBuilder |
Builds a
ServerConfig. |
| Service | Deprecated
since 1.3
|
| StartEvent | Deprecated
since 1.3
|
| StopEvent | Deprecated
since 1.3
|
| Stopper |
The mechanism for stopping the application from within the application.
|
| Class | Description |
|---|---|
| BaseDir |
| Exception | Description |
|---|---|
| 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.
|
| StartupFailureException |
Thrown when a server fails to start.
|