class io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2 implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2
  super_class: java.lang.Object
{
  final io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor this$1;
    descriptor: Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.Channel val$child;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor, io.netty.channel.Channel);
    descriptor: (Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor;Lio/netty/channel/Channel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2 this
         0: .line 255
            aload 0 /* this */
            aload 1
            putfield io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2.this$1:Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor;
            aload 0 /* this */
            aload 2
            putfield io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2.val$child:Lio/netty/channel/Channel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor$2;
    MethodParameters:
           Name  Flags
      this$0     final
      val$child  final

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2 this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 258
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
            ifne 2
         1: .line 259
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2.val$child:Lio/netty/channel/Channel;
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            invokestatic io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.forceClose:(Lio/netty/channel/Channel;Ljava/lang/Throwable;)V
         2: .line 261
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor$2;
            0    3     1  future  Lio/netty/channel/ChannelFuture;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      future  

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelFuture
            invokevirtual io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ServerBootstrap.java"
EnclosingMethod: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
NestHost: io.netty.bootstrap.ServerBootstrap
InnerClasses:
  private ServerBootstrapAcceptor = io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor of io.netty.bootstrap.ServerBootstrap
  io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2