Uses of Interface
ratpack.server.PublicAddress
-
Packages that use PublicAddress Package Description ratpack.server Objects used to start a ratpack application. -
-
Uses of PublicAddress in ratpack.server
Methods in ratpack.server that return PublicAddress Modifier and Type Method Description static PublicAddressPublicAddress. bindAddress(RatpackServer server)Uses the serves bind address as the current address.static PublicAddressPublicAddress. inferred(java.lang.String defaultScheme)An implementation that infers the public address from the current request.static PublicAddressPublicAddress. of(java.net.URI uri)Creates a new public address object using the given URI.
-