Class BonjourPlatform
java.lang.Object
com.codename1.io.bonjour.BonjourPlatform
public class BonjourPlatform
extends java.lang.Object
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 TypeMethodDescriptionbooleanjava.lang.ObjectstartBrowse(String type, BonjourServiceListener listener) java.lang.ObjectvoidstopBrowse(java.lang.Object handle) voidstopPublish(java.lang.Object handle) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BonjourPlatform
public BonjourPlatform()
-
-
Method Details
-
isSupported
public boolean isSupported() -
startBrowse
-
stopBrowse
public void stopBrowse(java.lang.Object handle) -
startPublish
-
stopPublish
public void stopPublish(java.lang.Object handle)
-