final class io.vertx.core.http.impl.EndpointKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.EndpointKey
  super_class: java.lang.Object
{
  final boolean ssl;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.net.SocketAddress serverAddr;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.net.SocketAddress peerAddr;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0010) ACC_FINAL

  void <init>(boolean, io.vertx.core.net.SocketAddress, io.vertx.core.net.SocketAddress);
    descriptor: (ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/net/SocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.EndpointKey this
        start local 1 // boolean ssl
        start local 2 // io.vertx.core.net.SocketAddress serverAddr
        start local 3 // io.vertx.core.net.SocketAddress peerAddr
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 2 /* serverAddr */
            ifnonnull 3
         2: .line 23
            new java.lang.NullPointerException
            dup
            ldc "No null server address"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 25
      StackMap locals: io.vertx.core.http.impl.EndpointKey int io.vertx.core.net.SocketAddress io.vertx.core.net.SocketAddress
      StackMap stack:
            aload 3 /* peerAddr */
            ifnonnull 5
         4: .line 26
            new java.lang.NullPointerException
            dup
            ldc "No null peer address"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 28
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ssl */
            putfield io.vertx.core.http.impl.EndpointKey.ssl:Z
         6: .line 29
            aload 0 /* this */
            aload 3 /* peerAddr */
            putfield io.vertx.core.http.impl.EndpointKey.peerAddr:Lio/vertx/core/net/SocketAddress;
         7: .line 30
            aload 0 /* this */
            aload 2 /* serverAddr */
            putfield io.vertx.core.http.impl.EndpointKey.serverAddr:Lio/vertx/core/net/SocketAddress;
         8: .line 31
            return
        end local 3 // io.vertx.core.net.SocketAddress peerAddr
        end local 2 // io.vertx.core.net.SocketAddress serverAddr
        end local 1 // boolean ssl
        end local 0 // io.vertx.core.http.impl.EndpointKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lio/vertx/core/http/impl/EndpointKey;
            0    9     1         ssl  Z
            0    9     2  serverAddr  Lio/vertx/core/net/SocketAddress;
            0    9     3    peerAddr  Lio/vertx/core/net/SocketAddress;
    MethodParameters:
            Name  Flags
      ssl         
      serverAddr  
      peerAddr    

  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.http.impl.EndpointKey this
        start local 1 // java.lang.Object o
         0: .line 35
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 36
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 37
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.http.impl.EndpointKey
            astore 2 /* that */
        start local 2 // io.vertx.core.http.impl.EndpointKey that
         4: .line 38
            aload 0 /* this */
            getfield io.vertx.core.http.impl.EndpointKey.ssl:Z
            aload 2 /* that */
            getfield io.vertx.core.http.impl.EndpointKey.ssl:Z
            if_icmpne 5
            aload 0 /* this */
            getfield io.vertx.core.http.impl.EndpointKey.serverAddr:Lio/vertx/core/net/SocketAddress;
            aload 2 /* that */
            getfield io.vertx.core.http.impl.EndpointKey.serverAddr:Lio/vertx/core/net/SocketAddress;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield io.vertx.core.http.impl.EndpointKey.peerAddr:Lio/vertx/core/net/SocketAddress;
            aload 2 /* that */
            getfield io.vertx.core.http.impl.EndpointKey.peerAddr:Lio/vertx/core/net/SocketAddress;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_1
            ireturn
      StackMap locals: io.vertx.core.http.impl.EndpointKey
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // io.vertx.core.http.impl.EndpointKey that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.http.impl.EndpointKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/EndpointKey;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lio/vertx/core/http/impl/EndpointKey;
    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.http.impl.EndpointKey this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.core.http.impl.EndpointKey.ssl:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 44
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.impl.EndpointKey.peerAddr:Lio/vertx/core/net/SocketAddress;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 45
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.impl.EndpointKey.serverAddr:Lio/vertx/core/net/SocketAddress;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         5: .line 46
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.http.impl.EndpointKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/impl/EndpointKey;
            3    6     1  result  I
}
SourceFile: "EndpointKey.java"