|
JmDNS 3.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameRegister.NameType | |
---|---|
javax.jmdns.impl |
Uses of NameRegister.NameType in javax.jmdns.impl |
---|
Methods in javax.jmdns.impl that return NameRegister.NameType | |
---|---|
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. |
Methods in javax.jmdns.impl with parameters of type NameRegister.NameType | |
---|---|
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.incrementHostName(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.incrementHostName(InetAddress networkInterface,
String name,
NameRegister.NameType type)
|
String |
NameRegister.UniqueNameAcrossInterface.incrementHostName(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)
|
|
Last updated 2011-08-25 12:40 | |||||||||
PREV NEXT | FRAMES NO FRAMES |