public final class IPRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IPRange |
DEFAULT |
java.net.Inet4Address |
ipMax
A
Inet4Address representing the maximum IP address of the range. |
java.net.Inet4Address |
ipMin
A
Inet4Address representing the minimum IP address of the range. |
| Constructor and Description |
|---|
IPRange() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Output the single IP address or range of IP addresses for.
|
public static final IPRange DEFAULT
public java.net.Inet4Address ipMin
Inet4Address representing the minimum IP address of the range.public java.net.Inet4Address ipMax
Inet4Address representing the maximum IP address of the range.