| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| inet.ipaddr.format.large |
Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.
|
| 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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPAddressSegmentSeries
Represents a series of IP address segments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IPAddress
A single IP address, or a subnet of multiple addresses.
|
class |
IPAddressSection
A section of an IPAddress.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IPAddressLargeDivisionGrouping |
| 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 |
IPv4Address
An IPv4 address, or a subnet of multiple IPv4 addresses.
|
class |
IPv4AddressSection |
| Modifier and Type | Class and Description |
|---|---|
class |
IPv6Address
An IPv6 address, or a subnet of multiple IPv6 addresses.
|
class |
IPv6AddressSection |
static class |
IPv6AddressSection.IPv6v4MixedAddressSection |