Uses of Class
inet.ipaddr.ipv4.IPv4AddressStringParameters
-
Packages that use IPv4AddressStringParameters Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.ipv4 Classes for IPv4 -
-
Uses of IPv4AddressStringParameters in inet.ipaddr
Methods in inet.ipaddr that return IPv4AddressStringParameters Modifier and Type Method Description IPv4AddressStringParameters
IPAddressStringParameters. getIPv4Parameters()
Methods in inet.ipaddr with parameters of type IPv4AddressStringParameters Modifier and Type Method Description void
IPAddressStringParameters.Builder. setIPv4AddressParameters(IPv4AddressStringParameters params)
Replaces all existing IPv4 parameters with the ones in the supplied parameters instance.Constructors in inet.ipaddr with parameters of type IPv4AddressStringParameters 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 IPv4AddressStringParameters in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return IPv4AddressStringParameters Modifier and Type Method Description IPv4AddressStringParameters
IPv4AddressStringParameters. clone()
IPv4AddressStringParameters
IPv4AddressStringParameters.Builder. toParams()
Methods in inet.ipaddr.ipv4 with parameters of type IPv4AddressStringParameters Modifier and Type Method Description int
IPv4AddressStringParameters. compareTo(IPv4AddressStringParameters o)
-