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

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

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

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

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

  private final java.util.Map$Entry[] val$currentChildOptions;
    descriptor: [Ljava/util/Map$Entry;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map$Entry[] val$currentChildAttrs;
    descriptor: [Ljava/util/Map$Entry;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.bootstrap.ServerBootstrap$1, io.netty.channel.ChannelPipeline, io.netty.channel.Channel, io.netty.channel.EventLoopGroup, io.netty.channel.ChannelHandler, java.util.Map$Entry[], java.util.Map$Entry[]);
    descriptor: (Lio/netty/bootstrap/ServerBootstrap$1;Lio/netty/channel/ChannelPipeline;Lio/netty/channel/Channel;Lio/netty/channel/EventLoopGroup;Lio/netty/channel/ChannelHandler;[Ljava/util/Map$Entry;[Ljava/util/Map$Entry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // io.netty.bootstrap.ServerBootstrap$1$1 this
         0: .line 178
            aload 0 /* this */
            aload 1
            putfield io.netty.bootstrap.ServerBootstrap$1$1.this$1:Lio/netty/bootstrap/ServerBootstrap$1;
            aload 0 /* this */
            aload 2
            putfield io.netty.bootstrap.ServerBootstrap$1$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            aload 3
            putfield io.netty.bootstrap.ServerBootstrap$1$1.val$ch:Lio/netty/channel/Channel;
            aload 0 /* this */
            aload 4
            putfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildGroup:Lio/netty/channel/EventLoopGroup;
            aload 0 /* this */
            aload 5
            putfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildHandler:Lio/netty/channel/ChannelHandler;
            aload 0 /* this */
            aload 6
            putfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildOptions:[Ljava/util/Map$Entry;
            aload 0 /* this */
            aload 7
            putfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildAttrs:[Ljava/util/Map$Entry;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.bootstrap.ServerBootstrap$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/bootstrap/ServerBootstrap$1$1;
    MethodParameters:
                         Name  Flags
      this$0                   final
      val$pipeline             final
      val$ch                   final
      val$currentChildGroup    final
      val$currentChildHandler  final
      val$currentChildOptions  final
      val$currentChildAttrs    final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=1, args_size=1
        start local 0 // io.netty.bootstrap.ServerBootstrap$1$1 this
         0: .line 181
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$1$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor
            dup
         1: .line 182
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$1$1.val$ch:Lio/netty/channel/Channel;
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildGroup:Lio/netty/channel/EventLoopGroup;
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildHandler:Lio/netty/channel/ChannelHandler;
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildOptions:[Ljava/util/Map$Entry;
            aload 0 /* this */
            getfield io.netty.bootstrap.ServerBootstrap$1$1.val$currentChildAttrs:[Ljava/util/Map$Entry;
            invokespecial 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
            aastore
         2: .line 181
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 183
            return
        end local 0 // io.netty.bootstrap.ServerBootstrap$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/bootstrap/ServerBootstrap$1$1;
}
SourceFile: "ServerBootstrap.java"
EnclosingMethod: io.netty.bootstrap.ServerBootstrap$1.initChannel:(Lio/netty/channel/Channel;)V
NestHost: io.netty.bootstrap.ServerBootstrap
InnerClasses:
  io.netty.bootstrap.ServerBootstrap$1
  io.netty.bootstrap.ServerBootstrap$1$1
  private ServerBootstrapAcceptor = io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor of io.netty.bootstrap.ServerBootstrap
  public abstract Entry = java.util.Map$Entry of java.util.Map