Interface NetworkAddressRules
-
- All Known Implementing Classes:
DefaultNetworkAddressRules
public interface NetworkAddressRules
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkAddressRules.Builder
-
Field Summary
Fields Modifier and Type Field Description static NetworkAddressRulesALLOW_ALL
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkAddressRules.Builderbuilder()booleanisAllowed(java.lang.String testValue)booleanisAllowedAll()
-
-
-
Field Detail
-
ALLOW_ALL
static final NetworkAddressRules ALLOW_ALL
-
-
Method Detail
-
builder
static NetworkAddressRules.Builder builder()
-
isAllowed
boolean isAllowed(java.lang.String testValue)
-
isAllowedAll
boolean isAllowedAll()
-
-