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