Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Method and Description |
---|---|
IPAddressPart[] |
IPAddressSection.getParts(IPAddressSection.IPStringBuilderOptions options)
Get all representations of this address including this IPAddressSection.
|
IPAddressPart[] |
IPAddress.getParts(IPAddressSection.IPStringBuilderOptions options)
Returns all the ways of breaking this address down into segments, as selected.
|
abstract IPAddressPartStringCollection |
IPAddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPartStringCollection |
IPAddress.toStringCollection(IPAddressSection.IPStringBuilderOptions options) |
java.lang.String[] |
IPAddress.toStrings(IPAddressSection.IPStringBuilderOptions options)
Rather than using toAllStrings or StandardStrings,
you can use this method to customize the list of strings produced for this address
|
Modifier and Type | Class and Description |
---|---|
static class |
IPv4AddressSection.IPv4StringBuilderOptions |
Modifier and Type | Method and Description |
---|---|
static IPv4AddressSection.IPv4StringBuilderOptions |
IPv4AddressSection.IPv4StringBuilderOptions.from(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPart[] |
IPv4AddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPart[] |
IPv4Address.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPartStringCollection |
IPv4AddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPartStringCollection |
IPv4Address.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) |
Modifier and Type | Class and Description |
---|---|
static class |
IPv6AddressSection.IPv6StringBuilderOptions |
Modifier and Type | Method and Description |
---|---|
static IPv6AddressSection.IPv6StringBuilderOptions |
IPv6AddressSection.IPv6StringBuilderOptions.from(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPart[] |
IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPart[] |
IPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPartStringCollection |
IPv6AddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPartStringCollection |
IPv6Address.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) |