Package | Description |
---|---|
javax.jmdns.impl |
Modifier and Type | Method and Description |
---|---|
static NameRegister.NameType |
NameRegister.NameType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NameRegister.checkName(InetAddress networkInterface,
String name,
NameRegister.NameType type)
Checks a name that is defended by this group of mDNS.
|
boolean |
NameRegister.UniqueNamePerInterface.checkName(InetAddress networkInterface,
String name,
NameRegister.NameType type) |
boolean |
NameRegister.UniqueNameAcrossInterface.checkName(InetAddress networkInterface,
String name,
NameRegister.NameType type) |
String |
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.
|
String |
NameRegister.UniqueNamePerInterface.incrementName(InetAddress networkInterface,
String name,
NameRegister.NameType type) |
String |
NameRegister.UniqueNameAcrossInterface.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.UniqueNamePerInterface.register(InetAddress networkInterface,
String name,
NameRegister.NameType type) |
void |
NameRegister.UniqueNameAcrossInterface.register(InetAddress networkInterface,
String name,
NameRegister.NameType type) |
Copyright © 2002–2016 JmDNS. All rights reserved.