Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.format.util | |
inet.ipaddr.format.util.sql | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSection
A section of an IPAddress.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IPAddressSection.isDecimalSameAsOctal(boolean checkRange,
IPAddressPart part) |
static java.lang.String |
IPAddressSection.toNormalizedString(IPAddressSection.StringOptions opts,
IPAddressPart section) |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSegmentGrouping
IPAddressSegmentGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
|
Modifier and Type | Class and Description |
---|---|
class |
IPAddressPartConfiguredString<T extends IPAddressPart,P extends IPAddressPartStringParams<T>>
Pairs a part of an IP address along with an instance of a parameter class to define a specific string.
|
static class |
IPAddressPartStringCollection.StringParams<T extends IPAddressPart>
Each StringParams has settings to write exactly one IP address part string.
|
class |
IPAddressPartStringParams<T extends IPAddressPart>
Each AddressPartStringParams has settings to write exactly one IP address part string.
|
class |
IPAddressPartStringSubCollection<T extends IPAddressPart,P extends IPAddressPartStringParams<T>,S extends IPAddressPartConfiguredString<T,P>> |
Modifier and Type | Field and Description |
---|---|
T |
IPAddressPartConfiguredString.addr |
T |
IPAddressPartStringSubCollection.part |
Modifier and Type | Method and Description |
---|---|
IPAddressPart |
IPAddressPartStringCollection.getPart(int index) |
IPAddressPart[] |
IPAddressPartStringCollection.getParts(IPAddressPart[] array) |
Modifier and Type | Method and Description |
---|---|
IPAddressPart[] |
IPAddressPartStringCollection.getParts(IPAddressPart[] array) |
IPAddressPartStringSubCollection<?,?,?> |
IPAddressPartStringCollection.getSubCollection(IPAddressPart part) |
Modifier and Type | Class and Description |
---|---|
class |
SQLStringMatcher<T extends IPAddressPart,P extends IPAddressPartStringParams<T>,S extends IPAddressPartConfiguredString<T,P>>
This class is intended to match part of an address when it is written with a given string.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressSection |
Modifier and Type | Method and Description |
---|---|
IPAddressPart[] |
IPv4AddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPart[] |
IPv4Address.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPart[] |
IPv4AddressSection.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) |
IPAddressPart[] |
IPv4Address.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressSection |
static class |
IPv6AddressSection.IPv6v4MixedAddressSection |
Modifier and Type | Method and Description |
---|---|
IPAddressPart[] |
IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPart[] |
IPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPart[] |
IPv6AddressSection.getParts(IPv6AddressSection.IPv6StringBuilderOptions opts) |
IPAddressPart[] |
IPv6Address.getParts(IPv6AddressSection.IPv6StringBuilderOptions options) |