|
JmDNS 3.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NameRegister
Nested Class Summary | |
---|---|
static class |
NameRegister.Factory
|
static class |
NameRegister.NameType
|
static class |
NameRegister.UniqueNameAcrossInterface
|
static class |
NameRegister.UniqueNamePerInterface
|
Method Summary | |
---|---|
boolean |
checkName(InetAddress networkInterface,
String name,
NameRegister.NameType type)
Checks a name that is defended by this group of mDNS. |
String |
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. |
void |
register(InetAddress networkInterface,
String name,
NameRegister.NameType type)
Registers a name that is defended by this group of mDNS. |
Method Detail |
---|
void register(InetAddress networkInterface, String name, NameRegister.NameType type)
networkInterface
- IP address to handlename
- name to registertype
- name type to registerboolean checkName(InetAddress networkInterface, String name, NameRegister.NameType type)
networkInterface
- IP address to handlename
- name to checktype
- name type to check
true
if the name is not in conflict, flase
otherwise.String incrementHostName(InetAddress networkInterface, String name, NameRegister.NameType type)
networkInterface
- IP address to handlename
- name to incrementtype
- name type to increments
|
Last updated 2011-08-25 12:40 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |