Uses of Class
inet.ipaddr.IPAddressSection.IPStringBuilderOptions
Packages that use IPAddressSection.IPStringBuilderOptions
Package
Description
Base classes for IP addresses and generic addresses.
Classes for IPv4
Classes for IPv6
-
Uses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr
Methods in inet.ipaddr with parameters of type IPAddressSection.IPStringBuilderOptionsModifier and TypeMethodDescriptionIPAddress.getParts(IPAddressSection.IPStringBuilderOptions options) Returns all the ways of breaking this address down into segments, as selected.IPAddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) Get all representations of this address including this IPAddressSection.IPAddress.toStringCollection(IPAddressSection.IPStringBuilderOptions options) IPAddressSegmentSeries.toStringCollection(IPAddressSection.IPStringBuilderOptions options) 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.ipv4Methods in inet.ipaddr.ipv4 with parameters of type IPAddressSection.IPStringBuilderOptionsModifier and TypeMethodDescriptionIPv4AddressSection.IPv4StringBuilderOptions.from(IPAddressSection.IPStringBuilderOptions opts) IPv4Address.getParts(IPAddressSection.IPStringBuilderOptions options) IPv4AddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) IPv4Address.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) IPv4AddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) -
Uses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr.ipv6
Subclasses of IPAddressSection.IPStringBuilderOptions in inet.ipaddr.ipv6Methods in inet.ipaddr.ipv6 with parameters of type IPAddressSection.IPStringBuilderOptionsModifier and TypeMethodDescriptionIPv6AddressSection.IPv6StringBuilderOptions.from(IPAddressSection.IPStringBuilderOptions opts) IPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) IPv6Address.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) IPv6AddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions options)