domainName property
The domain name that will be used for DNS-based Service Discovery.
By default, .local
will be used as the domain name, indicating that
multicast DNS (RFC 6764) will be used for performing the discovery.
Other domain names (and therefore unicast DNS) are currently unsupported.
Implementation
final String domainName;