public class IpAddressValidator extends Object
| Constructor and Description |
|---|
IpAddressValidator(String commaSeparatedIpAddresses)
ctor - initialize an instance with the given ip address list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsAnyIP() |
List<String> |
getIPAddresses() |
boolean |
validateIpAddress(String addr) |
public IpAddressValidator(String commaSeparatedIpAddresses)
commaSeparatedIpAddresses - - comma separated list of ip addressesCopyright © 2022 The Apache Software Foundation. All rights reserved.