Uses of Class
javax.jmdns.JmDNS
-
Packages that use JmDNS Package Description javax.jmdns javax.jmdns.impl -
-
Uses of JmDNS in javax.jmdns
Methods in javax.jmdns that return JmDNS Modifier and Type Method Description static JmDNSJmDNS. create()Create an instance of JmDNS.static JmDNSJmDNS. create(java.lang.String name)Create an instance of JmDNS.static JmDNSJmDNS. create(java.net.InetAddress addr)Create an instance of JmDNS and bind it to a specific network interface given its IP-address.static JmDNSJmDNS. create(java.net.InetAddress addr, java.lang.String name)static JmDNSJmDNS. create(java.net.InetAddress addr, java.lang.String name, long threadSleepDurationMs)Create an instance of JmDNS and bind it to a specific network interface given its IP-address.JmDNS[]JmmDNS. getDNS()Return a list of all the registered JmDNS instancesabstract JmDNSNetworkTopologyEvent. getDNS()Returns the JmDNS instance associated with the event or null if it is a generic event.abstract JmDNSServiceEvent. getDNS()Returns the JmDNS instance which originated the event.Methods in javax.jmdns with parameters of type JmDNS Modifier and Type Method Description voidJmDNS.Delegate. cannotRecoverFromIOError(JmDNS dns, java.util.Collection<ServiceInfo> infos)This method is called if JmDNS cannot recover from an I/O error. -
Uses of JmDNS in javax.jmdns.impl
Subclasses of JmDNS in javax.jmdns.impl Modifier and Type Class Description classJmDNSImplmDNS implementation in Java.Fields in javax.jmdns.impl with type parameters of type JmDNS Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.net.InetAddress,JmDNS>JmmDNSImpl. _knownMDNSEvery JmDNS created.Methods in javax.jmdns.impl that return JmDNS Modifier and Type Method Description protected JmDNSJmmDNSImpl. createJmDnsInstance(java.net.InetAddress address)JmDNS[]JmmDNSImpl. getDNS()JmDNSNetworkTopologyEventImpl. getDNS()JmDNSServiceEventImpl. getDNS()Constructors in javax.jmdns.impl with parameters of type JmDNS Constructor Description NetworkTopologyEventImpl(JmDNS jmDNS, java.net.InetAddress inetAddress)Constructs a Network Topology Event.
-