Uses of Class
javax.jmdns.JmDNS
Packages that use JmDNS
-
Uses of JmDNS in javax.jmdns
Methods in javax.jmdns that return JmDNSModifier and TypeMethodDescriptionstatic JmDNS
JmDNS.create()
Create an instance of JmDNS.static JmDNS
Create an instance of JmDNS.static JmDNS
JmDNS.create
(InetAddress addr) Create an instance of JmDNS and bind it to a specific network interface given its IP-address.static JmDNS
JmDNS.create
(InetAddress addr, String name) static JmDNS
JmDNS.create
(InetAddress addr, 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 JmDNS
NetworkTopologyEvent.getDNS()
Returns the JmDNS instance associated with the event or null if it is a generic event.abstract JmDNS
ServiceEvent.getDNS()
Returns the JmDNS instance which originated the event.Methods in javax.jmdns with parameters of type JmDNSModifier and TypeMethodDescriptionvoid
JmDNS.Delegate.cannotRecoverFromIOError
(JmDNS dns, 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.implFields in javax.jmdns.impl with type parameters of type JmDNSModifier and TypeFieldDescriptionprivate final ConcurrentMap
<InetAddress, JmDNS> JmmDNSImpl._knownMDNS
Every JmDNS created.Methods in javax.jmdns.impl that return JmDNSModifier and TypeMethodDescriptionprotected JmDNS
JmmDNSImpl.createJmDnsInstance
(InetAddress address) JmDNS[]
JmmDNSImpl.getDNS()
NetworkTopologyEventImpl.getDNS()
ServiceEventImpl.getDNS()
Constructors in javax.jmdns.impl with parameters of type JmDNSModifierConstructorDescriptionNetworkTopologyEventImpl
(JmDNS jmDNS, InetAddress inetAddress) Constructs a Network Topology Event.