Package javax.jmdns.impl
Class NameRegister.BaseRegister
- java.lang.Object
-
- javax.jmdns.impl.NameRegister.BaseRegister
-
- All Implemented Interfaces:
NameRegister
- Direct Known Subclasses:
NameRegister.UniqueNameAcrossInterface
,NameRegister.UniqueNamePerInterface
- Enclosing interface:
- NameRegister
public abstract static class NameRegister.BaseRegister extends Object implements NameRegister
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.jmdns.impl.NameRegister
NameRegister.BaseRegister, NameRegister.Factory, NameRegister.NameType, NameRegister.UniqueNameAcrossInterface, NameRegister.UniqueNamePerInterface
-
-
Constructor Summary
Constructors Constructor Description BaseRegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
incrementNameWithDash(String name)
protected String
incrementNameWithParentesis(String name)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.jmdns.impl.NameRegister
checkName, incrementName, register
-
-