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

  protected void initChannel(io.netty.channel.socket.SocketChannel);
    descriptor: (Lio/netty/channel/socket/SocketChannel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.netty.example.stomp.StompClient$1 this
        start local 1 // io.netty.channel.socket.SocketChannel ch
         0: .line 51
            aload 1 /* ch */
            invokeinterface io.netty.channel.socket.SocketChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 2 /* pipeline */
        start local 2 // io.netty.channel.ChannelPipeline pipeline
         1: .line 52
            aload 2 /* pipeline */
            ldc "decoder"
            new io.netty.handler.codec.stomp.StompSubframeDecoder
            dup
            invokespecial io.netty.handler.codec.stomp.StompSubframeDecoder.<init>:()V
            invokeinterface io.netty.channel.ChannelPipeline.addLast:(Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 53
            aload 2 /* pipeline */
            ldc "encoder"
            new io.netty.handler.codec.stomp.StompSubframeEncoder
            dup
            invokespecial io.netty.handler.codec.stomp.StompSubframeEncoder.<init>:()V
            invokeinterface io.netty.channel.ChannelPipeline.addLast:(Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 54
            aload 2 /* pipeline */
            ldc "aggregator"
            new io.netty.handler.codec.stomp.StompSubframeAggregator
            dup
            ldc 1048576
            invokespecial io.netty.handler.codec.stomp.StompSubframeAggregator.<init>:(I)V
            invokeinterface io.netty.channel.ChannelPipeline.addLast:(Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         4: .line 55
            aload 2 /* pipeline */
            ldc "handler"
            new io.netty.example.stomp.StompClientHandler
            dup
            invokespecial io.netty.example.stomp.StompClientHandler.<init>:()V
            invokeinterface io.netty.channel.ChannelPipeline.addLast:(Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         5: .line 56
            return
        end local 2 // io.netty.channel.ChannelPipeline pipeline
        end local 1 // io.netty.channel.socket.SocketChannel ch
        end local 0 // io.netty.example.stomp.StompClient$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/example/stomp/StompClient$1;
            0    6     1        ch  Lio/netty/channel/socket/SocketChannel;
            1    6     2  pipeline  Lio/netty/channel/ChannelPipeline;
    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.socket.SocketChannel
            invokevirtual io.netty.example.stomp.StompClient$1.initChannel:(Lio/netty/channel/socket/SocketChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/socket/SocketChannel;>;
SourceFile: "StompClient.java"
EnclosingMethod: io.netty.example.stomp.StompClient.main:([Ljava/lang/String;)V
NestHost: io.netty.example.stomp.StompClient
InnerClasses:
  io.netty.example.stomp.StompClient$1