public class io.vertx.core.eventbus.AddressHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.AddressHelper
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.AddressHelper this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            return
        end local 0 // io.vertx.core.eventbus.AddressHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/eventbus/AddressHelper;

  public static java.lang.String defaultAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=4, args_size=0
         0: .line 35
            invokestatic java.net.NetworkInterface.getNetworkInterfaces:()Ljava/util/Enumeration;
            astore 0 /* nets */
        start local 0 // java.util.Enumeration nets
         1: .line 36
            goto 12
        end local 0 // java.util.Enumeration nets
      StackMap locals:
      StackMap stack: java.net.SocketException
         2: pop
         3: .line 37
            aconst_null
            areturn
        start local 0 // java.util.Enumeration nets
         4: .line 41
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 0 /* nets */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.net.NetworkInterface
            astore 1 /* netinf */
        start local 1 // java.net.NetworkInterface netinf
         5: .line 43
            aload 1 /* netinf */
            invokevirtual java.net.NetworkInterface.getInetAddresses:()Ljava/util/Enumeration;
            astore 2 /* addresses */
        start local 2 // java.util.Enumeration addresses
         6: .line 45
            goto 11
         7: .line 46
      StackMap locals: java.net.NetworkInterface java.util.Enumeration
      StackMap stack:
            aload 2 /* addresses */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.net.InetAddress
            astore 3 /* address */
        start local 3 // java.net.InetAddress address
         8: .line 47
            aload 3 /* address */
            invokevirtual java.net.InetAddress.isAnyLocalAddress:()Z
            ifne 11
            aload 3 /* address */
            invokevirtual java.net.InetAddress.isMulticastAddress:()Z
            ifne 11
         9: .line 48
            aload 3 /* address */
            instanceof java.net.Inet6Address
            ifne 11
        10: .line 49
            aload 3 /* address */
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            areturn
        end local 3 // java.net.InetAddress address
        11: .line 45
      StackMap locals:
      StackMap stack:
            aload 2 /* addresses */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 7
        end local 2 // java.util.Enumeration addresses
        end local 1 // java.net.NetworkInterface netinf
        12: .line 40
      StackMap locals:
      StackMap stack:
            aload 0 /* nets */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
        13: .line 53
            aconst_null
            areturn
        end local 0 // java.util.Enumeration nets
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            1    2     0       nets  Ljava/util/Enumeration<Ljava/net/NetworkInterface;>;
            4   14     0       nets  Ljava/util/Enumeration<Ljava/net/NetworkInterface;>;
            5   12     1     netinf  Ljava/net/NetworkInterface;
            6   12     2  addresses  Ljava/util/Enumeration<Ljava/net/InetAddress;>;
            8   11     3    address  Ljava/net/InetAddress;
      Exception table:
        from    to  target  type
           0     1       2  Class java.net.SocketException
}
SourceFile: "AddressHelper.java"