Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Method and Description |
---|---|
IPAddressSection.StringOptions |
IPAddressSection.StringOptions.Builder.toParams() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IPAddressSection.toNormalizedString(IPAddressSection.StringOptions stringOptions) |
java.lang.String |
IPAddress.toNormalizedString(IPAddressSection.StringOptions params)
Constructs a string representing this address according to the given parameters
|
static java.lang.String |
IPAddressSection.toNormalizedString(IPAddressSection.StringOptions opts,
IPAddressPart section) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IPv4AddressSection.toNormalizedString(IPAddressSection.StringOptions stringParams,
int joinCount) |
Modifier and Type | Class and Description |
---|---|
static class |
IPv6AddressSection.IPv6StringOptions
Provides a clear way to create a specific type of string.
|
Modifier and Type | Field and Description |
---|---|
IPAddressSection.StringOptions |
IPv6AddressSection.IPv6StringOptions.ipv4Opts |
Modifier and Type | Method and Description |
---|---|
static IPv6AddressSection.IPv6StringOptions |
IPv6AddressSection.IPv6StringOptions.from(IPAddressSection.StringOptions opts) |
IPv6AddressSection.IPv6StringOptions.Builder |
IPv6AddressSection.IPv6StringOptions.Builder.setMakeMixed(IPAddressSection.StringOptions ipv4Options) |
java.lang.String |
IPv6AddressSection.toNormalizedString(IPAddressSection.StringOptions options) |
java.lang.String |
IPv6Address.toNormalizedString(IPAddressSection.StringOptions params) |
java.lang.String |
IPv6AddressSection.toNormalizedString(IPAddressSection.StringOptions options,
java.lang.String zone) |
java.lang.String |
IPv6AddressSection.toNormalizedStringRange(IPAddressSection.StringOptions options,
java.lang.String zone) |