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 |
---|---|
IPAddressStringDivisionSeries[] |
IPAddressSection.getParts(IPAddressSection.IPStringBuilderOptions options)
Get all representations of this address including this IPAddressSection.
|
IPAddressStringDivisionSeries[] |
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 java.lang.String |
IPAddressSection.toNormalizedString(IPAddressSection.IPStringOptions opts,
IPAddressStringDivisionSeries section) |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressDivisionGrouping
IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
|
class |
IPAddressStringDivisionGrouping |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressPartConfiguredString<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>>
Pairs a part of an IP address along with an instance of a parameter class to define a specific string.
|
class |
IPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>> |
interface |
IPAddressStringWriter<T extends IPAddressStringDivisionSeries>
An object for writing an IP address part string in a specific format.
|
Modifier and Type | Field and Description |
---|---|
T |
IPAddressPartConfiguredString.addr |
T |
IPAddressPartStringSubCollection.part |
Modifier and Type | Method and Description |
---|---|
IPAddressStringDivisionSeries |
IPAddressPartStringCollection.getPart(int index) |
IPAddressStringDivisionSeries[] |
IPAddressPartStringCollection.getParts(IPAddressStringDivisionSeries[] array) |
Modifier and Type | Method and Description |
---|---|
IPAddressStringDivisionSeries[] |
IPAddressPartStringCollection.getParts(IPAddressStringDivisionSeries[] array) |
IPAddressPartStringSubCollection<?,?,?> |
IPAddressPartStringCollection.getSubCollection(IPAddressStringDivisionSeries part) |
Modifier and Type | Class and Description |
---|---|
class |
SQLStringMatcher<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<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 |
---|---|
IPAddressStringDivisionSeries[] |
IPv4AddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressStringDivisionSeries[] |
IPv4Address.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressStringDivisionSeries[] |
IPv4AddressSection.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) |
IPAddressStringDivisionSeries[] |
IPv4Address.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressSection |
static class |
IPv6AddressSection.IPv6v4MixedAddressSection |
Modifier and Type | Method and Description |
---|---|
IPAddressStringDivisionSeries[] |
IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressStringDivisionSeries[] |
IPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) |
IPAddressStringDivisionSeries[] |
IPv6AddressSection.getParts(IPv6AddressSection.IPv6StringBuilderOptions opts) |
IPAddressStringDivisionSeries[] |
IPv6Address.getParts(IPv6AddressSection.IPv6StringBuilderOptions options) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
IPv6AddressSection.toNormalizedString(IPAddressSection.IPStringOptions options,
java.lang.CharSequence zone,
IPAddressStringDivisionSeries part) |