Package | Description |
---|---|
ratpack.server |
Objects used to start a ratpack application.
|
Modifier and Type | Method and Description |
---|---|
static PublicAddress |
PublicAddress.inferred(String defaultScheme)
An implementation that infers the public address from the current request.
|
static PublicAddress |
PublicAddress.of(URI uri)
Creates a new public address object using the given URI.
|