public final class IpAddressMatcher
extends java.lang.Object
Both IPv6 and IPv4 addresses are supported, but a matcher which is configured with an IPv4 address will never match a request which returns an IPv6 address, and vice-versa.
| Constructor and Description |
|---|
IpAddressMatcher(java.lang.String ipAddress)
Takes a specific IP address or a range specified using the IP/Netmask (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.String address) |
Copyright © 2014-2019. All Rights Reserved.