Interface MDNSService
public interface MDNSService
This interface defines how to use JmDNS based service discovery
to register and unregister services on Bonjour/MDNS
- Author:
- Victor Belov - Initial contribution, Kai Kreuzer - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterService(ServiceDescription description) This method registers a service to be announced through Bonjour/MDNSvoidunregisterService(ServiceDescription description) This method unregisters a service not to be announced through Bonjour/MDNS
-
Method Details
-
registerService
This method registers a service to be announced through Bonjour/MDNS- Parameters:
description- theServiceDescriptioninstance with all details to identify the service
-
unregisterService
This method unregisters a service not to be announced through Bonjour/MDNS- Parameters:
description- theServiceDescriptioninstance with all details to identify the service
-