Class IPV6Util

java.lang.Object
org.apache.activemq.artemis.utils.IPV6Util

public class IPV6Util extends Object
  • Constructor Details

    • IPV6Util

      public IPV6Util()
  • Method Details

    • encloseHost

      public static String encloseHost(String host)
      It will enclose an IPV6 host with [], that we need before building URIs
    • stripBracketsAndZoneID

      public static String stripBracketsAndZoneID(String host)