Package ratpack.core.server
Objects used to start a ratpack application.
-
Interface Summary 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, duringdevelopment
.ServerConfig The configuration of the server.ServerConfigBuilder Builds aServerConfig
.Stopper The mechanism for stopping the application from within the application. -
Class Summary Class Description BaseDir -
Enum Summary Enum Description DecodingErrorLevel Specifies how messages related to request decoding are handled in the log output. -
Exception Summary 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.