Uses of Class
inet.ipaddr.IPAddressSection.IPStringBuilderOptions
-
Packages that use IPAddressSection.IPStringBuilderOptions 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.IPStringBuilderOptions in inet.ipaddr
Methods in inet.ipaddr with parameters of type IPAddressSection.IPStringBuilderOptions Modifier and Type Method Description IPAddressStringDivisionSeries[]IPAddress. getParts(IPAddressSection.IPStringBuilderOptions options)Returns all the ways of breaking this address down into segments, as selected.IPAddressStringDivisionSeries[]IPAddressSection. getParts(IPAddressSection.IPStringBuilderOptions options)Get all representations of this address including this IPAddressSection.IPAddressPartStringCollectionIPAddress. toStringCollection(IPAddressSection.IPStringBuilderOptions options)IPAddressPartStringCollectionIPAddressSegmentSeries. 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 -
Uses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr.ipv4
Subclasses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr.ipv4 Modifier and Type Class Description static classIPv4AddressSection.IPv4StringBuilderOptionsMethods in inet.ipaddr.ipv4 with parameters of type IPAddressSection.IPStringBuilderOptions Modifier and Type Method Description static IPv4AddressSection.IPv4StringBuilderOptionsIPv4AddressSection.IPv4StringBuilderOptions. from(IPAddressSection.IPStringBuilderOptions opts)IPAddressStringDivisionSeries[]IPv4Address. getParts(IPAddressSection.IPStringBuilderOptions options)IPAddressStringDivisionSeries[]IPv4AddressSection. getParts(IPAddressSection.IPStringBuilderOptions options)IPAddressPartStringCollectionIPv4Address. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)IPAddressPartStringCollectionIPv4AddressSection. toStringCollection(IPAddressSection.IPStringBuilderOptions opts) -
Uses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr.ipv6
Subclasses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr.ipv6 Modifier and Type Class Description static classIPv6AddressSection.IPv6StringBuilderOptionsMethods in inet.ipaddr.ipv6 with parameters of type IPAddressSection.IPStringBuilderOptions Modifier and Type Method Description static IPv6AddressSection.IPv6StringBuilderOptionsIPv6AddressSection.IPv6StringBuilderOptions. from(IPAddressSection.IPStringBuilderOptions opts)IPAddressStringDivisionSeries[]IPv6Address. getParts(IPAddressSection.IPStringBuilderOptions options)IPAddressStringDivisionSeries[]IPv6AddressSection. getParts(IPAddressSection.IPStringBuilderOptions opts)IPAddressPartStringCollectionIPv6Address. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)IPAddressPartStringCollectionIPv6AddressSection. toStringCollection(IPAddressSection.IPStringBuilderOptions options)
-