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

  private final io.vertx.core.net.SocketAddress server;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.net.SocketAddress peerAddress;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0012) ACC_PRIVATE, 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.ConnectionManager$EndpointKey this
        start local 1 // boolean ssl
        start local 2 // io.vertx.core.net.SocketAddress server
        start local 3 // io.vertx.core.net.SocketAddress peerAddress
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 2 /* server */
            ifnonnull 3
         2: .line 77
            new java.lang.NullPointerException
            dup
            ldc "No null host"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 79
      StackMap locals: io.vertx.core.http.impl.ConnectionManager$EndpointKey int io.vertx.core.net.SocketAddress io.vertx.core.net.SocketAddress
      StackMap stack:
            aload 3 /* peerAddress */
            ifnonnull 5
         4: .line 80
            new java.lang.NullPointerException
            dup
            ldc "No null peer address"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ssl */
            putfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
         6: .line 83
            aload 0 /* this */
            aload 3 /* peerAddress */
            putfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
         7: .line 84
            aload 0 /* this */
            aload 2 /* server */
            putfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
         8: .line 85
            return
        end local 3 // io.vertx.core.net.SocketAddress peerAddress
        end local 2 // io.vertx.core.net.SocketAddress server
        end local 1 // boolean ssl
        end local 0 // io.vertx.core.http.impl.ConnectionManager$EndpointKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
            0    9     1          ssl  Z
            0    9     2       server  Lio/vertx/core/net/SocketAddress;
            0    9     3  peerAddress  Lio/vertx/core/net/SocketAddress;
    MethodParameters:
             Name  Flags
      ssl          
      server       
      peerAddress  

  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.ConnectionManager$EndpointKey this
        start local 1 // java.lang.Object o
         0: .line 89
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 90
      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 91
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.http.impl.ConnectionManager$EndpointKey
            astore 2 /* that */
        start local 2 // io.vertx.core.http.impl.ConnectionManager$EndpointKey that
         4: .line 92
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
            aload 2 /* that */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
            if_icmpne 5
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
            aload 2 /* that */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server: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.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
            aload 2 /* that */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress: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.ConnectionManager$EndpointKey
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // io.vertx.core.http.impl.ConnectionManager$EndpointKey that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.http.impl.ConnectionManager$EndpointKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lio/vertx/core/http/impl/ConnectionManager$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.ConnectionManager$EndpointKey this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ConnectionManager$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 98
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 99
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         5: .line 100
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.http.impl.ConnectionManager$EndpointKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
            3    6     1  result  I
}
SourceFile: "ConnectionManager.java"
NestHost: io.vertx.core.http.impl.ConnectionManager
InnerClasses:
  private final EndpointKey = io.vertx.core.http.impl.ConnectionManager$EndpointKey of io.vertx.core.http.impl.ConnectionManager