The default implementation uses a variety of strategies to attempt to provide the desired result most of the time. Information used includes:
If the default implementation isn't doing what you want it to, you can usually simply configure the public address via {@link ratpack.launch.LaunchConfigBuilder#publicAddress(java.net.URI)}. Alternatively, you can register an instance of your own implementation.
|
|
|
|