Uses of Class
javax.jmdns.impl.NameRegister.NameType
-
Packages that use NameRegister.NameType Package Description javax.jmdns.impl -
-
Uses of NameRegister.NameType in javax.jmdns.impl
Methods in javax.jmdns.impl that return NameRegister.NameType Modifier and Type Method Description static NameRegister.NameTypeNameRegister.NameType. valueOf(java.lang.String name)Returns 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.NameType Modifier and Type Method Description booleanNameRegister. checkName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)Checks a name that is defended by this group of mDNS.booleanNameRegister.UniqueNameAcrossInterface. checkName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)booleanNameRegister.UniqueNamePerInterface. checkName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)java.lang.StringNameRegister. incrementName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)Increments a name that is defended by this group of mDNS after it has been found in conflict.java.lang.StringNameRegister.UniqueNameAcrossInterface. incrementName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)java.lang.StringNameRegister.UniqueNamePerInterface. incrementName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)voidNameRegister. register(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)Registers a name that is defended by this group of mDNS.voidNameRegister.UniqueNameAcrossInterface. register(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)voidNameRegister.UniqueNamePerInterface. register(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
-