| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| inet.ipaddr.format |
Base classes for generic representations of address divisions and groupings of address divisions.
|
| inet.ipaddr.ipv4 |
Classes for IPv4
|
| inet.ipaddr.ipv6 |
Classes for IPv6
|
| Modifier and Type | Class and Description |
|---|---|
class |
IPAddress
A single IP address, or a subnet of multiple addresses.
|
class |
IPAddressSeqRange
This class can be used to represent an arbitrary range of IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<? extends IPAddressRange> |
IPAddressRange.prefixIterator(int prefixLength)
Iterates through the range of prefixes in this range instance using the given prefix length.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IPv4Address
An IPv4 address, or a subnet of multiple IPv4 addresses.
|
class |
IPv4AddressSeqRange |
| Modifier and Type | Class and Description |
|---|---|
class |
IPv6Address
An IPv6 address, or a subnet of multiple IPv6 addresses.
|
class |
IPv6AddressSeqRange |