Searched defs:JmDNS (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/
H A DJmDNS.java20 public abstract class JmDNS implements Closeable { class in inherits:Closeable
28 * This method is called if JmDNS cannot recover from an I/O error.
35 public void cannotRecoverFromIOError(JmDNS dns, Collection<ServiceInfo> infos);
40 * The version of JmDNS.
46 * Create an instance of JmDNS.
59 public static JmDNS create() throws IOException {
65 * Create an instance of JmDNS and bind it to a specific network interface given its IP-address.
80 public static JmDNS create(final InetAddress addr) throws IOException {
86 * Create an instance of JmDNS.
96 * name of the newly created JmDNS
[all...]

Completed in 840 milliseconds