public abstract static class AddressUtil.AddressMatcher extends Object
Modifier | Constructor and Description |
---|---|
protected |
AddressUtil.AddressMatcher(String[] address) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doMatch(String mask,
String input,
int radix) |
abstract String |
getAddress() |
abstract boolean |
isIPv4() |
abstract boolean |
isIPv6() |
abstract boolean |
match(AddressUtil.AddressMatcher matcher) |
boolean |
match(String address) |
protected boolean |
match(String[] mask,
String[] input,
int radix) |
abstract void |
setAddress(String[] ip) |
String |
toString() |
protected final String[] address
protected AddressUtil.AddressMatcher(String[] address)
public abstract boolean isIPv4()
public abstract boolean isIPv6()
public abstract void setAddress(String[] ip)
public abstract String getAddress()
public abstract boolean match(AddressUtil.AddressMatcher matcher)
public boolean match(String address)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.