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

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable this
         0: .line 112
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable.reset:()V
         1: .line 114
            getstatic org.glassfish.grizzly.http2.Http2Response.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 115
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/Http2Response$Http2ResponseRecyclable;
}
SourceFile: "Http2Response.java"
NestHost: org.glassfish.grizzly.http2.Http2Response
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  private Http2ResponseRecyclable = org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable of org.glassfish.grizzly.http2.Http2Response