class io.netty.channel.pool.SimpleChannelPool$1 extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.pool.SimpleChannelPool$1
  super_class: io.netty.channel.ChannelInitializer
{
  final io.netty.channel.pool.SimpleChannelPool this$0;
    descriptor: Lio/netty/channel/pool/SimpleChannelPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(io.netty.channel.pool.SimpleChannelPool, io.netty.channel.pool.ChannelPoolHandler);
    descriptor: (Lio/netty/channel/pool/SimpleChannelPool;Lio/netty/channel/pool/ChannelPoolHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.pool.SimpleChannelPool$1 this
         0: .line 109
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.pool.SimpleChannelPool$1.this$0:Lio/netty/channel/pool/SimpleChannelPool;
            aload 0 /* this */
            aload 2
            putfield io.netty.channel.pool.SimpleChannelPool$1.val$handler:Lio/netty/channel/pool/ChannelPoolHandler;
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
            return
        end local 0 // io.netty.channel.pool.SimpleChannelPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/pool/SimpleChannelPool$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$handler  final

  protected void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.pool.SimpleChannelPool$1 this
        start local 1 // io.netty.channel.Channel ch
         0: .line 112
            getstatic io.netty.channel.pool.SimpleChannelPool.$assertionsDisabled:Z
            ifne 1
            aload 1 /* ch */
            invokeinterface io.netty.channel.Channel.eventLoop:()Lio/netty/channel/EventLoop;
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.pool.SimpleChannelPool$1.val$handler:Lio/netty/channel/pool/ChannelPoolHandler;
            aload 1 /* ch */
            invokeinterface io.netty.channel.pool.ChannelPoolHandler.channelCreated:(Lio/netty/channel/Channel;)V
         2: .line 114
            return
        end local 1 // io.netty.channel.Channel ch
        end local 0 // io.netty.channel.pool.SimpleChannelPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/pool/SimpleChannelPool$1;
            0    3     1    ch  Lio/netty/channel/Channel;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ch    
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/Channel;>;
SourceFile: "SimpleChannelPool.java"
EnclosingMethod: io.netty.channel.pool.SimpleChannelPool.<init>:(Lio/netty/bootstrap/Bootstrap;Lio/netty/channel/pool/ChannelPoolHandler;Lio/netty/channel/pool/ChannelHealthChecker;ZZ)V
NestHost: io.netty.channel.pool.SimpleChannelPool
InnerClasses:
  io.netty.channel.pool.SimpleChannelPool$1