Package | Description |
---|---|
inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
inet.ipaddr.format.standard |
Classes for constructing division groupings in which the divisions are under 64 bits of length.
|
inet.ipaddr.ipv4 |
Classes for IPv4
|
inet.ipaddr.ipv6 |
Classes for IPv6
|
inet.ipaddr.mac |
Classes for MAC addresses.
|
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSection
A section of an IPAddress.
|
Modifier and Type | Class and Description |
---|---|
class |
IPAddressDivisionGrouping
IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressSection
A section of an IPv4Address.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressSection
A section of an IPv6Address.
|
static class |
IPv6AddressSection.IPv6v4MixedAddressSection |
Modifier and Type | Class and Description |
---|---|
class |
MACAddressSection
A section of a MACAddress.
|
Modifier and Type | Method and Description |
---|---|
AddressDivisionGrouping |
MACAddress.getDottedAddress() |
AddressDivisionGrouping |
MACAddressSection.getDottedGrouping() |
Modifier and Type | Method and Description |
---|---|
static String |
MACAddressSection.toNormalizedString(AddressDivisionGrouping.StringOptions opts,
AddressDivisionGrouping section) |