Uses of Interface
inet.ipaddr.IPAddress.IPAddressValueProvider
-
Packages that use IPAddress.IPAddressValueProvider Package Description inet.ipaddr Base classes for IP addresses and generic addresses. -
-
Uses of IPAddress.IPAddressValueProvider in inet.ipaddr
Methods in inet.ipaddr with parameters of type IPAddress.IPAddressValueProvider Modifier and Type Method Description TIPAddressNetwork.HostIDStringAddressGenerator. get(IPAddress.IPAddressValueProvider addressProvider)IPAddressStringIPAddressNetwork.IPAddressStringGenerator. get(IPAddress.IPAddressValueProvider addressProvider)static java.lang.StringIPAddress. toNormalizedString(IPAddress.IPAddressValueProvider provider)Allows for the creation of a normalized string without creating a full IP address object first.static voidIPAddress. toNormalizedString(IPAddress.IPAddressValueProvider provider, java.lang.StringBuilder builder)Allows for the creation of a normalized string without creating a full IP address object first.
-