class io.netty.example.sctp.SctpEchoClient$1 extends io.netty.channel.ChannelInitializer<io.netty.channel.sctp.SctpChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.sctp.SctpEchoClient$1
  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.sctp.SctpEchoClient$1 this
         0: .line 49
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
            return
        end local 0 // io.netty.example.sctp.SctpEchoClient$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/sctp/SctpEchoClient$1;

  public void initChannel(io.netty.channel.sctp.SctpChannel);
    descriptor: (Lio/netty/channel/sctp/SctpChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.example.sctp.SctpEchoClient$1 this
        start local 1 // io.netty.channel.sctp.SctpChannel ch
         0: .line 52
            aload 1 /* ch */
            invokeinterface io.netty.channel.sctp.SctpChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
         1: .line 54
            new io.netty.example.sctp.SctpEchoClientHandler
            dup
            invokespecial io.netty.example.sctp.SctpEchoClientHandler.<init>:()V
            aastore
         2: .line 52
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 55
            return
        end local 1 // io.netty.channel.sctp.SctpChannel ch
        end local 0 // io.netty.example.sctp.SctpEchoClient$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/example/sctp/SctpEchoClient$1;
            0    4     1    ch  Lio/netty/channel/sctp/SctpChannel;
    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.sctp.SctpChannel
            invokevirtual io.netty.example.sctp.SctpEchoClient$1.initChannel:(Lio/netty/channel/sctp/SctpChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/sctp/SctpChannel;>;
SourceFile: "SctpEchoClient.java"
EnclosingMethod: io.netty.example.sctp.SctpEchoClient.main:([Ljava/lang/String;)V
NestHost: io.netty.example.sctp.SctpEchoClient
InnerClasses:
  io.netty.example.sctp.SctpEchoClient$1