class io.netty.handler.codec.CodecOutputList$1 implements io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.CodecOutputList$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList$1 this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.CodecOutputList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/CodecOutputList$1;

  public void recycle(io.netty.handler.codec.CodecOutputList);
    descriptor: (Lio/netty/handler/codec/CodecOutputList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.CodecOutputList$1 this
        start local 1 // io.netty.handler.codec.CodecOutputList object
         0: .line 35
            return
        end local 1 // io.netty.handler.codec.CodecOutputList object
        end local 0 // io.netty.handler.codec.CodecOutputList$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/CodecOutputList$1;
            0    1     1  object  Lio/netty/handler/codec/CodecOutputList;
    MethodParameters:
        Name  Flags
      object  
}
SourceFile: "CodecOutputList.java"
EnclosingMethod: io.netty.handler.codec.CodecOutputList
NestHost: io.netty.handler.codec.CodecOutputList
InnerClasses:
  io.netty.handler.codec.CodecOutputList$1
  private abstract CodecOutputListRecycler = io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler of io.netty.handler.codec.CodecOutputList