class org.glassfish.grizzly.http2.Http2Response extends org.glassfish.grizzly.http.HttpResponsePacket implements org.glassfish.grizzly.http2.Http2Header
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http2.Http2Response
  super_class: org.glassfish.grizzly.http.HttpResponsePacket
{
  private static final org.glassfish.grizzly.ThreadCache$CachedTypeIndex<org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable> CACHE_IDX;
    descriptor: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<Lorg/glassfish/grizzly/http2/Http2Response$Http2ResponseRecyclable;>;

  private boolean contentTypeParsed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            ldc Lorg/glassfish/grizzly/http2/Http2Response$Http2ResponseRecyclable;
            iconst_2
            invokestatic org.glassfish.grizzly.ThreadCache.obtainIndex:(Ljava/lang/Class;I)Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
         1: .line 30
            putstatic org.glassfish.grizzly.http2.Http2Response.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
         2: .line 31
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 29
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.HttpResponsePacket.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Response;

  public static org.glassfish.grizzly.http2.Http2Response create();
    descriptor: ()Lorg/glassfish/grizzly/http2/Http2Response;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 35
            getstatic org.glassfish.grizzly.http2.Http2Response.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            invokestatic org.glassfish.grizzly.ThreadCache.takeFromCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http2.Http2Response
         1: .line 34
            astore 0 /* http2Response */
        start local 0 // org.glassfish.grizzly.http2.Http2Response http2Response
         2: .line 36
            aload 0 /* http2Response */
            ifnonnull 4
         3: .line 37
            new org.glassfish.grizzly.http2.Http2Response
            dup
            invokespecial org.glassfish.grizzly.http2.Http2Response.<init>:()V
            astore 0 /* http2Response */
         4: .line 40
      StackMap locals: org.glassfish.grizzly.http2.Http2Response
      StackMap stack:
            aload 0 /* http2Response */
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Response http2Response
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            2    5     0  http2Response  Lorg/glassfish/grizzly/http2/Http2Response;

  public org.glassfish.grizzly.http.ProcessingState getProcessingState();
    descriptor: ()Lorg/glassfish/grizzly/http/ProcessingState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 50
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Response.getRequest:()Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getProcessingState:()Lorg/glassfish/grizzly/http/ProcessingState;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Response;

  public org.glassfish.grizzly.http2.Http2Stream getHttp2Stream();
    descriptor: ()Lorg/glassfish/grizzly/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 55
            aload 0 /* this */
            invokestatic org.glassfish.grizzly.http2.Http2Stream.getStreamFor:(Lorg/glassfish/grizzly/http/HttpHeader;)Lorg/glassfish/grizzly/http2/Http2Stream;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Response;

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 60
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Response.contentTypeParsed:Z
            ifne 2
         1: .line 61
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Response.parseContentTypeHeader:()V
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.HttpResponsePacket.getCharacterEncoding:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/Http2Response;

  public void setCharacterEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
        start local 1 // java.lang.String charset
         0: .line 69
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Response.contentTypeParsed:Z
            ifne 2
         1: .line 70
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Response.parseContentTypeHeader:()V
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* charset */
            invokespecial org.glassfish.grizzly.http.HttpResponsePacket.setCharacterEncoding:(Ljava/lang/String;)V
         3: .line 74
            return
        end local 1 // java.lang.String charset
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/glassfish/grizzly/http2/Http2Response;
            0    4     1  charset  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      charset  final

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 78
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Response.contentTypeParsed:Z
            ifne 2
         1: .line 79
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Response.parseContentTypeHeader:()V
         2: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.HttpResponsePacket.getContentType:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/Http2Response;

  private void parseContentTypeHeader();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 86
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.Http2Response.contentTypeParsed:Z
         1: .line 88
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Response.contentType:Lorg/glassfish/grizzly/http/util/ContentType$SettableContentType;
            invokevirtual org.glassfish.grizzly.http.util.ContentType$SettableContentType.isSet:()Z
            ifne 5
         2: .line 89
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Response.headers:Lorg/glassfish/grizzly/http/util/MimeHeaders;
            getstatic org.glassfish.grizzly.http.util.Header.ContentType:Lorg/glassfish/grizzly/http/util/Header;
            invokevirtual org.glassfish.grizzly.http.util.MimeHeaders.getValue:(Lorg/glassfish/grizzly/http/util/Header;)Lorg/glassfish/grizzly/http/util/DataChunk;
            astore 1 /* dc */
        start local 1 // org.glassfish.grizzly.http.util.DataChunk dc
         3: .line 91
            aload 1 /* dc */
            ifnull 5
            aload 1 /* dc */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.isNull:()Z
            ifne 5
         4: .line 92
            aload 0 /* this */
            aload 1 /* dc */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.toString:()Ljava/lang/String;
            invokevirtual org.glassfish.grizzly.http2.Http2Response.setContentType:(Ljava/lang/String;)V
        end local 1 // org.glassfish.grizzly.http.util.DataChunk dc
         5: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http2/Http2Response;
            3    5     1    dc  Lorg/glassfish/grizzly/http/util/DataChunk;

  public void setExpectContent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
        start local 1 // boolean isExpectContent
         0: .line 99
            aload 0 /* this */
            iload 1 /* isExpectContent */
            invokespecial org.glassfish.grizzly.http.HttpResponsePacket.setExpectContent:(Z)V
         1: .line 100
            return
        end local 1 // boolean isExpectContent
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/glassfish/grizzly/http2/Http2Response;
            0    2     1  isExpectContent  Z
    MethodParameters:
                 Name  Flags
      isExpectContent  final

  protected void reset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Response this
         0: .line 104
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Response.contentTypeParsed:Z
         1: .line 106
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.HttpResponsePacket.reset:()V
         2: .line 107
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/Http2Response;
}
SourceFile: "Http2Response.java"
NestMembers:
  org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  public final SettableContentType = org.glassfish.grizzly.http.util.ContentType$SettableContentType of org.glassfish.grizzly.http.util.ContentType
  private Http2ResponseRecyclable = org.glassfish.grizzly.http2.Http2Response$Http2ResponseRecyclable of org.glassfish.grizzly.http2.Http2Response