Class BonjourPlatform
java.lang.Object
com.codename1.io.bonjour.BonjourPlatform
Platform-supplied implementation of the Bonjour / mDNS APIs.
Application code talks to BonjourBrowser / BonjourPublisher; the
facade fetches this via Display.getInstance().getBonjourPlatform().
Part of the framework's service-provider interface, not intended for application use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstartBrowse(String type, BonjourServiceListener listener) voidstopBrowse(Object handle) voidstopPublish(Object handle)
-
Constructor Details
-
BonjourPlatform
public BonjourPlatform()
-
-
Method Details
-
isSupported
public boolean isSupported() -
startBrowse
-
stopBrowse
-
startPublish
-
stopPublish
-