class io.netty.handler.codec.ByteToMessageCodec$1 extends io.netty.handler.codec.ByteToMessageDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.ByteToMessageCodec$1
  super_class: io.netty.handler.codec.ByteToMessageDecoder
{
  final io.netty.handler.codec.ByteToMessageCodec this$0;
    descriptor: Lio/netty/handler/codec/ByteToMessageCodec;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.ByteToMessageCodec);
    descriptor: (Lio/netty/handler/codec/ByteToMessageCodec;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ByteToMessageCodec$1 this
         0: .line 39
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.ByteToMessageCodec$1.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
            aload 0 /* this */
            invokespecial io.netty.handler.codec.ByteToMessageDecoder.<init>:()V
            return
        end local 0 // io.netty.handler.codec.ByteToMessageCodec$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ByteToMessageCodec$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ByteToMessageCodec$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf in
        start local 3 // java.util.List out
         0: .line 42
            aload 0 /* this */
            getfield io.netty.handler.codec.ByteToMessageCodec$1.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
            aload 1 /* ctx */
            aload 2 /* in */
            aload 3 /* out */
            invokevirtual io.netty.handler.codec.ByteToMessageCodec.decode:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
         1: .line 43
            return
        end local 3 // java.util.List out
        end local 2 // io.netty.buffer.ByteBuf in
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.ByteToMessageCodec$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ByteToMessageCodec$1;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2    in  Lio/netty/buffer/ByteBuf;
            0    2     3   out  Ljava/util/List<Ljava/lang/Object;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      in    
      out   

  protected void decodeLast(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ByteToMessageCodec$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf in
        start local 3 // java.util.List out
         0: .line 47
            aload 0 /* this */
            getfield io.netty.handler.codec.ByteToMessageCodec$1.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
            aload 1 /* ctx */
            aload 2 /* in */
            aload 3 /* out */
            invokevirtual io.netty.handler.codec.ByteToMessageCodec.decodeLast:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
         1: .line 48
            return
        end local 3 // java.util.List out
        end local 2 // io.netty.buffer.ByteBuf in
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.ByteToMessageCodec$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ByteToMessageCodec$1;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2    in  Lio/netty/buffer/ByteBuf;
            0    2     3   out  Ljava/util/List<Ljava/lang/Object;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      in    
      out   
}
SourceFile: "ByteToMessageCodec.java"
EnclosingMethod: io.netty.handler.codec.ByteToMessageCodec
NestHost: io.netty.handler.codec.ByteToMessageCodec
InnerClasses:
  io.netty.handler.codec.ByteToMessageCodec$1