Uses of Interface
ratpack.core.server.PublicAddress
-
Packages that use PublicAddress Package Description ratpack.core.server Objects used to start a ratpack application. -
-
Uses of PublicAddress in ratpack.core.server
Methods in ratpack.core.server that return PublicAddress Modifier and Type Method Description static PublicAddress
PublicAddress. bindAddress(RatpackServer server)
Uses the serves bind address as the current address.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.
-