class org.glassfish.grizzly.http.HttpRequestPacketImpl$1 extends org.glassfish.grizzly.http.HttpRequestPacketImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.HttpRequestPacketImpl$1
  super_class: org.glassfish.grizzly.http.HttpRequestPacketImpl
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.HttpRequestPacketImpl$1 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.HttpRequestPacketImpl.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.HttpRequestPacketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/HttpRequestPacketImpl$1;

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.HttpRequestPacketImpl$1 this
         0: .line 37
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.HttpRequestPacketImpl.recycle:()V
         1: .line 38
            getstatic org.glassfish.grizzly.http.HttpRequestPacketImpl.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            aload 0 /* this */
            invokestatic org.glassfish.grizzly.ThreadCache.putToCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;Ljava/lang/Object;)Z
            pop
         2: .line 39
            return
        end local 0 // org.glassfish.grizzly.http.HttpRequestPacketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/HttpRequestPacketImpl$1;
}
SourceFile: "HttpRequestPacketImpl.java"
EnclosingMethod: org.glassfish.grizzly.http.HttpRequestPacketImpl.create:()Lorg/glassfish/grizzly/http/HttpRequestPacketImpl;
NestHost: org.glassfish.grizzly.http.HttpRequestPacketImpl
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  org.glassfish.grizzly.http.HttpRequestPacketImpl$1