class io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1 extends io.netty.channel.ChannelInitializer<io.netty.channel.udt.UdtChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1
  super_class: io.netty.channel.ChannelInitializer
{
  final io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase this$0;
    descriptor: Lio/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase);
    descriptor: (Lio/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1 this
         0: .line 60
            aload 0 /* this */
            aload 1
            putfield io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1.this$0:Lio/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase;
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
            return
        end local 0 // io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void initChannel(io.netty.channel.udt.UdtChannel);
    descriptor: (Lio/netty/channel/udt/UdtChannel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1 this
        start local 1 // io.netty.channel.udt.UdtChannel ch
         0: .line 63
            aload 1 /* ch */
            invokeinterface io.netty.channel.udt.UdtChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            iconst_2
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
         1: .line 64
            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 65
            new io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerHandler
            dup
            aload 0 /* this */
            getfield io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1.this$0:Lio/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase;
            getfield io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase.messageSize:I
            invokespecial io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerHandler.<init>:(I)V
            aastore
         3: .line 63
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         4: .line 66
            return
        end local 1 // io.netty.channel.udt.UdtChannel ch
        end local 0 // io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/example/udt/echo/rendezvousBytes/ByteEchoPeerBase$1;
            0    5     1    ch  Lio/netty/channel/udt/UdtChannel;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ch    

  protected void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.udt.UdtChannel
            invokevirtual io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1.initChannel:(Lio/netty/channel/udt/UdtChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/udt/UdtChannel;>;
SourceFile: "ByteEchoPeerBase.java"
EnclosingMethod: io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase.run:()V
NestHost: io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase
InnerClasses:
  io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase$1