Uses of Class
inet.ipaddr.ipv6.IPv6AddressStringParameters
-
Packages that use IPv6AddressStringParameters Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPv6AddressStringParameters in inet.ipaddr
Methods in inet.ipaddr that return IPv6AddressStringParameters Modifier and Type Method Description IPv6AddressStringParameters
IPAddressStringParameters. getIPv6Parameters()
Methods in inet.ipaddr with parameters of type IPv6AddressStringParameters Modifier and Type Method Description void
IPAddressStringParameters.Builder. setIPv6AddressParameters(IPv6AddressStringParameters params)
Replaces all existing IPv6 parameters with the ones in the supplied parameters instance.Constructors in inet.ipaddr with parameters of type IPv6AddressStringParameters Constructor Description IPAddressStringParameters(boolean allowEmpty, boolean allowAll, boolean allowSingleSegment, boolean emptyIsLoopback, boolean allowPrefix, boolean allowMask, boolean allowPrefixOnly, boolean allowIPv4, boolean allowIPv6, IPv4AddressStringParameters ipv4Options, IPv6AddressStringParameters ipv6Options)
-
Uses of IPv6AddressStringParameters in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv6AddressStringParameters Modifier and Type Method Description IPv6AddressStringParameters
IPv6AddressStringParameters. clone()
IPv6AddressStringParameters
IPv6AddressStringParameters.Builder. toParams()
Methods in inet.ipaddr.ipv6 with parameters of type IPv6AddressStringParameters Modifier and Type Method Description int
IPv6AddressStringParameters. compareTo(IPv6AddressStringParameters o)
-