public class io.vertx.core.net.impl.ServerID implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.impl.ServerID
  super_class: java.lang.Object
{
  public int port;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.ServerID this
        start local 1 // int port
        start local 2 // java.lang.String host
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            iload 1 /* port */
            putfield io.vertx.core.net.impl.ServerID.port:I
         2: .line 26
            aload 0 /* this */
            aload 2 /* host */
            putfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
         3: .line 27
            return
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.core.net.impl.ServerID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/impl/ServerID;
            0    4     1  port  I
            0    4     2  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      port  
      host  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.ServerID this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            return
        end local 0 // io.vertx.core.net.impl.ServerID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/ServerID;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.ServerID this
        start local 1 // java.lang.Object o
         0: .line 34
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 35
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 1 /* o */
            instanceof io.vertx.core.net.impl.ServerID
            ifne 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 37
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.impl.ServerID
            astore 2 /* serverID */
        start local 2 // io.vertx.core.net.impl.ServerID serverID
         4: .line 39
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ServerID.port:I
            aload 2 /* serverID */
            getfield io.vertx.core.net.impl.ServerID.port:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 40
      StackMap locals: io.vertx.core.net.impl.ServerID
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
            aload 2 /* serverID */
            getfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 42
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.impl.ServerID serverID
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.impl.ServerID this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/core/net/impl/ServerID;
            0    7     1         o  Ljava/lang/Object;
            4    7     2  serverID  Lio/vertx/core/net/impl/ServerID;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.impl.ServerID this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ServerID.port:I
            istore 1 /* result */
        start local 1 // int result
         1: .line 48
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 49
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.impl.ServerID this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/net/impl/ServerID;
            1    3     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.ServerID this
         0: .line 53
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ServerID.port:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.impl.ServerID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/ServerID;
}
SourceFile: "ServerID.java"