Uses of Class
jmri.util.zeroconf.ZeroConfServiceManager.Protocol
-
Packages that use ZeroConfServiceManager.Protocol Package Description jmri.util.zeroconf Provides utilities and classes for Zeroconf/Bonjour networking. -
-
Uses of ZeroConfServiceManager.Protocol in jmri.util.zeroconf
Methods in jmri.util.zeroconf that return ZeroConfServiceManager.Protocol Modifier and Type Method Description static ZeroConfServiceManager.ProtocolZeroConfServiceManager.Protocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZeroConfServiceManager.Protocol[]ZeroConfServiceManager.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.util.zeroconf with parameters of type ZeroConfServiceManager.Protocol Modifier and Type Method Description java.util.Set<java.net.InetAddress>ZeroConfServiceManager. getAddresses(ZeroConfServiceManager.Protocol protocol)Get all addresses that JmDNS instances can be created for excluding loopback addresses.java.util.Set<java.net.InetAddress>ZeroConfServiceManager. getAddresses(ZeroConfServiceManager.Protocol protocol, boolean useLinkLocal, boolean useLoopback)Get all addresses of a specific IP protocol that JmDNS instances can be created for.
-