Uses of Enum Class
org.kiwiproject.net.KiwiInternetAddresses.IpScheme
Packages that use KiwiInternetAddresses.IpScheme
-
Uses of KiwiInternetAddresses.IpScheme in org.kiwiproject.net
Methods in org.kiwiproject.net that return KiwiInternetAddresses.IpSchemeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static KiwiInternetAddresses.IpScheme[]KiwiInternetAddresses.IpScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.net with parameters of type KiwiInternetAddresses.IpSchemeModifier and TypeMethodDescriptionKiwiInternetAddresses.findFirstMatchingAddress(List<String> subnetCidrs, KiwiInternetAddresses.IpScheme ipScheme) Attempts to find the first IP address on the machine that matches one of the given subnet CIDRs.static StringKiwiInternetAddresses.findFirstMatchingAddressOrNull(List<String> subnetCidrs, KiwiInternetAddresses.IpScheme ipScheme) Finds the first IP address on the machine that matches one of the given subnet CIDRs or returns null if not found.static StringKiwiInternetAddresses.findFirstMatchingAddressOrThrow(List<String> subnetCidrs, KiwiInternetAddresses.IpScheme ipScheme) Finds the first IP address on the machine that matches one of the given subnet CIDRs or throws IllegalStateException if not found.KiwiInternetAddresses.findMatchingAddresses(List<String> subnetCidrs, KiwiInternetAddresses.IpScheme ipScheme) Finds all IP addresses on the machine that matches one of the given subnet CIDRs.