Uses of Interface
javax.jmdns.impl.NameRegister
-
Packages that use NameRegister Package Description javax.jmdns.impl -
-
Uses of NameRegister in javax.jmdns.impl
Classes in javax.jmdns.impl that implement NameRegister Modifier and Type Class Description static class
NameRegister.BaseRegister
static class
NameRegister.UniqueNameAcrossInterface
static class
NameRegister.UniqueNamePerInterface
Fields in javax.jmdns.impl declared as NameRegister Modifier and Type Field Description private static NameRegister
NameRegister.Factory. _register
Methods in javax.jmdns.impl that return NameRegister Modifier and Type Method Description static NameRegister
NameRegister.Factory. getRegistry()
Returns the name register.Methods in javax.jmdns.impl with parameters of type NameRegister Modifier and Type Method Description static void
NameRegister.Factory. setRegistry(NameRegister register)
Register a Name register.
-