Uses of Enum
javax.jmdns.impl.NameRegister.NameType
Packages that use NameRegister.NameType
-
Uses of NameRegister.NameType in javax.jmdns.impl
Methods in javax.jmdns.impl that return NameRegister.NameTypeModifier and TypeMethodDescriptionstatic NameRegister.NameType
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.NameTypeModifier and TypeMethodDescriptionboolean
NameRegister.checkName
(InetAddress networkInterface, String name, NameRegister.NameType type) Checks a name that is defended by this group of mDNS.boolean
NameRegister.UniqueNameAcrossInterface.checkName
(InetAddress networkInterface, String name, NameRegister.NameType type) boolean
NameRegister.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) void
NameRegister.register
(InetAddress networkInterface, String name, NameRegister.NameType type) Registers a name that is defended by this group of mDNS.void
NameRegister.UniqueNameAcrossInterface.register
(InetAddress networkInterface, String name, NameRegister.NameType type) void
NameRegister.UniqueNamePerInterface.register
(InetAddress networkInterface, String name, NameRegister.NameType type)