class io.vertx.core.net.impl.NetServerImpl$Handlers
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.net.impl.NetServerImpl$Handlers
  super_class: java.lang.Object
{
  final io.vertx.core.net.NetServer server;
    descriptor: Lio/vertx/core/net/NetServer;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.Handler<io.vertx.core.net.NetSocket> connectionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;

  final io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  public void <init>(io.vertx.core.net.NetServer, io.vertx.core.Handler<io.vertx.core.net.NetSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/net/NetServer;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.net.impl.NetServerImpl$Handlers this
        start local 1 // io.vertx.core.net.NetServer server
        start local 2 // io.vertx.core.Handler connectionHandler
        start local 3 // io.vertx.core.Handler exceptionHandler
         0: .line 555
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 556
            aload 0 /* this */
            aload 1 /* server */
            putfield io.vertx.core.net.impl.NetServerImpl$Handlers.server:Lio/vertx/core/net/NetServer;
         2: .line 557
            aload 0 /* this */
            aload 2 /* connectionHandler */
            putfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
         3: .line 558
            aload 0 /* this */
            aload 3 /* exceptionHandler */
            putfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
         4: .line 559
            return
        end local 3 // io.vertx.core.Handler exceptionHandler
        end local 2 // io.vertx.core.Handler connectionHandler
        end local 1 // io.vertx.core.net.NetServer server
        end local 0 // io.vertx.core.net.impl.NetServerImpl$Handlers this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lio/vertx/core/net/impl/NetServerImpl$Handlers;
            0    5     1             server  Lio/vertx/core/net/NetServer;
            0    5     2  connectionHandler  Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;
            0    5     3   exceptionHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/net/NetServer;Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)V
    MethodParameters:
                   Name  Flags
      server             
      connectionHandler  
      exceptionHandler   

  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.NetServerImpl$Handlers this
        start local 1 // java.lang.Object o
         0: .line 561
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 562
      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 564
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.impl.NetServerImpl$Handlers
            astore 2 /* that */
        start local 2 // io.vertx.core.net.impl.NetServerImpl$Handlers that
         4: .line 566
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
            aload 2 /* that */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 567
      StackMap locals: io.vertx.core.net.impl.NetServerImpl$Handlers
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
            aload 2 /* that */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 569
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.impl.NetServerImpl$Handlers that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.impl.NetServerImpl$Handlers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/net/impl/NetServerImpl$Handlers;
            0    7     1     o  Ljava/lang/Object;
            4    7     2  that  Lio/vertx/core/net/impl/NetServerImpl$Handlers;
    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.NetServerImpl$Handlers this
         0: .line 572
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 573
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 574
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 576
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 5
         4: .line 577
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         5: .line 579
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.impl.NetServerImpl$Handlers this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/net/impl/NetServerImpl$Handlers;
            1    6     1  result  I
}
SourceFile: "NetServerImpl.java"
NestHost: io.vertx.core.net.impl.NetServerImpl
InnerClasses:
  Handlers = io.vertx.core.net.impl.NetServerImpl$Handlers of io.vertx.core.net.impl.NetServerImpl