Uses of Class
inet.ipaddr.IPAddressSection.IPStringOptions
-
Packages that use IPAddressSection.IPStringOptions Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPAddressSection.IPStringOptions in inet.ipaddr
Methods in inet.ipaddr that return IPAddressSection.IPStringOptions Modifier and Type Method Description IPAddressSection.IPStringOptions
IPAddressSection.IPStringOptions.Builder. toOptions()
Methods in inet.ipaddr with parameters of type IPAddressSection.IPStringOptions Modifier and Type Method Description java.lang.String
IPAddress. toNormalizedString(IPAddressSection.IPStringOptions params)
Constructs a string representing this address according to the given parametersjava.lang.String
IPAddressSection. toNormalizedString(IPAddressSection.IPStringOptions stringOptions)
static java.lang.String
IPAddressSection. toNormalizedString(IPAddressSection.IPStringOptions opts, IPAddressStringDivisionSeries section)
java.lang.String
IPAddressSegment. toNormalizedString(IPAddressSection.IPStringOptions options)
java.lang.String
IPAddressSegmentSeries. toNormalizedString(IPAddressSection.IPStringOptions stringOptions)
Creates a customized string from this series. -
Uses of IPAddressSection.IPStringOptions in inet.ipaddr.ipv4
Subclasses of IPAddressSection.IPStringOptions in inet.ipaddr.ipv4 Modifier and Type Class Description static class
IPv4AddressSection.IPv4StringOptions
Represents a clear way to create a specific type of string.Methods in inet.ipaddr.ipv4 with parameters of type IPAddressSection.IPStringOptions Modifier and Type Method Description java.lang.String
IPv4AddressSection. toNormalizedString(IPAddressSection.IPStringOptions stringParams, int joinCount)
-
Uses of IPAddressSection.IPStringOptions in inet.ipaddr.ipv6
Subclasses of IPAddressSection.IPStringOptions in inet.ipaddr.ipv6 Modifier and Type Class Description static class
IPv6AddressSection.IPv6StringOptions
Provides a clear way to create a specific type of string.Fields in inet.ipaddr.ipv6 declared as IPAddressSection.IPStringOptions Modifier and Type Field Description IPAddressSection.IPStringOptions
IPv6AddressSection.IPv6StringOptions. ipv4Opts
Methods in inet.ipaddr.ipv6 with parameters of type IPAddressSection.IPStringOptions Modifier and Type Method Description static IPv6AddressSection.IPv6StringOptions
IPv6AddressSection.IPv6StringOptions. from(IPAddressSection.IPStringOptions opts)
IPv6AddressSection.IPv6StringOptions.Builder
IPv6AddressSection.IPv6StringOptions.Builder. setMakeMixed(IPAddressSection.IPStringOptions ipv4Options)
java.lang.String
IPv6Address. toNormalizedString(IPAddressSection.IPStringOptions params)
java.lang.String
IPv6AddressSection. toNormalizedString(IPAddressSection.IPStringOptions options)
static java.lang.String
IPv6AddressSection. toNormalizedString(IPAddressSection.IPStringOptions options, java.lang.CharSequence zone, IPAddressStringDivisionSeries part)
-