public interface PublicAddress
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
LaunchConfigBuilder.publicAddress(java.net.URI)
. Alternatively, you can register an instance of
your own implementation.
Modifier and Type | Method and Description |
---|---|
URI |
getAddress(Context context)
The advertised public address.
|