Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSegment
This represents a single segment of an IP address.
|
Modifier and Type | Class and Description |
---|---|
class |
IPAddressBitsDivision |
class |
IPAddressJoinedSegments
A combination of two or more IP address segments.
|
Modifier and Type | Method and Description |
---|---|
IPAddressDivision |
IPAddressDivisionGrouping.getDivision(int index) |
Constructor and Description |
---|
IPAddressDivisionGrouping(IPAddressDivision[] divisions,
IPAddressNetwork<?,?,?,?,?> network)
If the grouping is prefixed, then note that we allow both null:null:x:0:0 where is x is the division bit count and null:null:0:0:0 which essentially have the same overall prefix grouping prefix.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressSegment
This represents a segment of an IP address.
|
class |
IPv4JoinedSegments |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressSegment
This represents a segment of an IP address.
|