final class org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState
  super_class: java.lang.Object
{
  boolean isHeaderParsed;
    descriptor: Z
    flags: (0x0000) 

  int length;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState this
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$ParsingState;

  void parsed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState this
         0: .line 106
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState.isHeaderParsed:Z
         1: .line 107
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState.length:I
         2: .line 108
            return
        end local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$ParsingState;

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState this
         0: .line 111
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState.isHeaderParsed:Z
         1: .line 112
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState.length:I
         2: .line 113
            return
        end local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$ParsingState;
}
SourceFile: "AjpMessageFilter.java"
NestHost: org.glassfish.grizzly.http.ajp.AjpMessageFilter
InnerClasses:
  final ParsingState = org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState of org.glassfish.grizzly.http.ajp.AjpMessageFilter