class io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1
  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$channel;
    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$1 this
         0: .line 233
            aload 0 /* this */
            aload 1
            putfield io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1.this$1:Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor;
            aload 0 /* this */
            aload 2
            putfield io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1.val$channel:Lio/netty/channel/Channel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$channel  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1 this
         0: .line 236
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1.val$channel:Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.config:()Lio/netty/channel/ChannelConfig;
            iconst_1
            invokeinterface io.netty.channel.ChannelConfig.setAutoRead:(Z)Lio/netty/channel/ChannelConfig;
            pop
         1: .line 237
            return
        end local 0 // io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/bootstrap/ServerBootstrap$ServerBootstrapAcceptor$1;
}
SourceFile: "ServerBootstrap.java"
EnclosingMethod: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.<init>:(Lio/netty/channel/Channel;Lio/netty/channel/EventLoopGroup;Lio/netty/channel/ChannelHandler;[Ljava/util/Map$Entry;[Ljava/util/Map$Entry;)V
NestHost: io.netty.bootstrap.ServerBootstrap
InnerClasses:
  private ServerBootstrapAcceptor = io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor of io.netty.bootstrap.ServerBootstrap
  io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1
  public abstract Entry = java.util.Map$Entry of java.util.Map