Uses of Interface
javax.jmdns.JmmDNS
-
Packages that use JmmDNS Package Description javax.jmdns javax.jmdns.impl -
-
Uses of JmmDNS in javax.jmdns
Fields in javax.jmdns declared as JmmDNS Modifier and Type Field Description private static JmmDNSJmmDNS.Factory. _instanceMethods in javax.jmdns that return JmmDNS Modifier and Type Method Description static JmmDNSJmmDNS.Factory. getInstance()Return the instance of the Multihomed Multicast DNS.JmmDNSJmmDNS.Factory.ClassDelegate. newJmmDNS()Allows the delegate the opportunity to construct and return a different JmmDNS.protected static JmmDNSJmmDNS.Factory. newJmmDNS()Returns a new instance of JmmDNS using the class delegate if it exists. -
Uses of JmmDNS in javax.jmdns.impl
Classes in javax.jmdns.impl that implement JmmDNS Modifier and Type Class Description classJmmDNSImplThis class enable multihoming mDNS.
-