Uses of Enum
javax.jmdns.impl.NameRegister.NameType
Packages that use NameRegister.NameType
-
Uses of NameRegister.NameType in javax.jmdns.impl
Subclasses with type arguments of type NameRegister.NameType in javax.jmdns.implMethods in javax.jmdns.impl that return NameRegister.NameTypeModifier and TypeMethodDescriptionstatic NameRegister.NameTypeReturns the enum constant of this type with the specified name.static NameRegister.NameType[]NameRegister.NameType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.jmdns.impl with parameters of type NameRegister.NameTypeModifier and TypeMethodDescriptionbooleanNameRegister.checkName(InetAddress networkInterface, String name, NameRegister.NameType type) Checks a name that is defended by this group of mDNS.booleanNameRegister.UniqueNameAcrossInterface.checkName(InetAddress networkInterface, String name, NameRegister.NameType type) booleanNameRegister.UniqueNamePerInterface.checkName(InetAddress networkInterface, String name, NameRegister.NameType type) NameRegister.incrementName(InetAddress networkInterface, String name, NameRegister.NameType type) Increments a name that is defended by this group of mDNS after it has been found in conflict.NameRegister.UniqueNameAcrossInterface.incrementName(InetAddress networkInterface, String name, NameRegister.NameType type) NameRegister.UniqueNamePerInterface.incrementName(InetAddress networkInterface, String name, NameRegister.NameType type) voidNameRegister.register(InetAddress networkInterface, String name, NameRegister.NameType type) Registers a name that is defended by this group of mDNS.voidNameRegister.UniqueNameAcrossInterface.register(InetAddress networkInterface, String name, NameRegister.NameType type) voidNameRegister.UniqueNamePerInterface.register(InetAddress networkInterface, String name, NameRegister.NameType type)