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.NameType
NameRegister.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 boolean
NameRegister. checkName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
Checks a name that is defended by this group of mDNS.boolean
NameRegister.UniqueNameAcrossInterface. checkName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
boolean
NameRegister.UniqueNamePerInterface. checkName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
java.lang.String
NameRegister. 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.String
NameRegister.UniqueNameAcrossInterface. incrementName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
java.lang.String
NameRegister.UniqueNamePerInterface. incrementName(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
void
NameRegister. register(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
Registers a name that is defended by this group of mDNS.void
NameRegister.UniqueNameAcrossInterface. register(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
void
NameRegister.UniqueNamePerInterface. register(java.net.InetAddress networkInterface, java.lang.String name, NameRegister.NameType type)
-