Uses of Enum
jmri.util.zeroconf.ZeroConfServiceManager.Protocol
Packages that use ZeroConfServiceManager.Protocol
Package
Description
Provides utilities and classes for Zeroconf/Bonjour networking.
-
Uses of ZeroConfServiceManager.Protocol in jmri.util.zeroconf
Methods in jmri.util.zeroconf that return ZeroConfServiceManager.ProtocolModifier and TypeMethodDescriptionReturns 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.ProtocolModifier and TypeMethodDescriptionZeroConfServiceManager.getAddresses(ZeroConfServiceManager.Protocol protocol) Get all addresses that JmDNS instances can be created for excluding loopback addresses.ZeroConfServiceManager.getAddresses(ZeroConfServiceManager.Protocol protocol, boolean useLinkLocal, boolean useLoopback) Get all addresses of a specific IP protocol that JmDNS instances can be created for.