class io.netty.example.localecho.LocalEcho$3 extends io.netty.channel.ChannelInitializer<io.netty.channel.local.LocalChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.localecho.LocalEcho$3
  super_class: io.netty.channel.ChannelInitializer
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.example.localecho.LocalEcho$3 this
         0: .line 70
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
            return
        end local 0 // io.netty.example.localecho.LocalEcho$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/localecho/LocalEcho$3;

  public void initChannel(io.netty.channel.local.LocalChannel);
    descriptor: (Lio/netty/channel/local/LocalChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.example.localecho.LocalEcho$3 this
        start local 1 // io.netty.channel.local.LocalChannel ch
         0: .line 73
            aload 1 /* ch */
            invokevirtual io.netty.channel.local.LocalChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            iconst_2
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
         1: .line 74
            new io.netty.handler.logging.LoggingHandler
            dup
            getstatic io.netty.handler.logging.LogLevel.INFO:Lio/netty/handler/logging/LogLevel;
            invokespecial io.netty.handler.logging.LoggingHandler.<init>:(Lio/netty/handler/logging/LogLevel;)V
            aastore
            dup
            iconst_1
         2: .line 75
            new io.netty.example.localecho.LocalEchoClientHandler
            dup
            invokespecial io.netty.example.localecho.LocalEchoClientHandler.<init>:()V
            aastore
         3: .line 73
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         4: .line 76
            return
        end local 1 // io.netty.channel.local.LocalChannel ch
        end local 0 // io.netty.example.localecho.LocalEcho$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/example/localecho/LocalEcho$3;
            0    5     1    ch  Lio/netty/channel/local/LocalChannel;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ch    

  public void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)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.local.LocalChannel
            invokevirtual io.netty.example.localecho.LocalEcho$3.initChannel:(Lio/netty/channel/local/LocalChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/local/LocalChannel;>;
SourceFile: "LocalEcho.java"
EnclosingMethod: io.netty.example.localecho.LocalEcho.main:([Ljava/lang/String;)V
NestHost: io.netty.example.localecho.LocalEcho
InnerClasses:
  io.netty.example.localecho.LocalEcho$3