public abstract class AbstractClientAddress extends AbstractXmlElement
| Modifier and Type | Field and Description |
|---|---|
protected Pattern |
pattern |
protected Router |
router |
| Constructor and Description |
|---|
AbstractClientAddress(Router router) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Router router) |
abstract boolean |
matches(String hostname,
String ip) |
protected void |
parseCharacters(XMLStreamReader token) |
void |
setPattern(String pattern) |
String |
toString() |
doAfterParsing, getBoolean, getElementName, move2RootElementIfNeeded, parse, parseAttributes, parseChildren, toXml, write, writeIfNotNullpublic AbstractClientAddress(Router router)
protected void parseCharacters(XMLStreamReader token) throws XMLStreamException
parseCharacters in class AbstractXmlElementXMLStreamExceptionpublic void setPattern(String pattern)
public void init(Router router)
Copyright © 2022. All Rights Reserved.