Interface | Description |
---|---|
CompressionConfig |
Compression configuration settings.
|
CompressionConfig.Builder |
Builds a new compression config.
|
PublicAddress |
The advertised public address.
|
RatpackServer |
The entry point for creating and starting a Ratpack application.
|
RatpackServer.Definition |
The internal definition of a Ratpack server.
|
RatpackServer.Definition.Builder |
A builder for a Ratpack server definition.
|
ReloadInformant |
Informs when the server should be reloaded, during
development . |
ServerConfig |
Server configuration holder
|
ServerConfig.Builder | |
Service |
A service participates in the application lifecycle.
|
Stopper |
The mechanism for stopping the application from within the application.
|
Class | Description |
---|---|
ServerEnvironment | |
StartEvent |
Meta information about a server start event.
|
StopEvent |
Meta information about a server stop event.
|
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.
|