Module inet.ipaddr

Interface IPv6Address.IPv6AddressConverter

All Known Subinterfaces:
IPAddressConverter
All Known Implementing Classes:
IPAddressConverter.DefaultAddressConverter
Enclosing class:
IPv6Address

public static interface IPv6Address.IPv6AddressConverter
Author:
sfoley
  • Method Summary

    Modifier and Type
    Method
    Description
    toIPv6(IPAddress address)
    If the given address is IPv6, or can be converted to IPv6, returns that IPv6Address.
  • Method Details

    • toIPv6

      IPv6Address toIPv6(IPAddress address)
      If the given address is IPv6, or can be converted to IPv6, returns that IPv6Address. Otherwise, returns null.