public final class org.glassfish.grizzly.http.ProcessingState
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.ProcessingState
  super_class: java.lang.Object
{
  boolean keepAlive;
    descriptor: Z
    flags: (0x0000) 

  boolean error;
    descriptor: Z
    flags: (0x0000) 

  org.glassfish.grizzly.http.HttpContext httpContext;
    descriptor: Lorg/glassfish/grizzly/http/HttpContext;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ProcessingState.keepAlive:Z
         2: .line 22
            return
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/ProcessingState;

  public boolean isError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
         0: .line 53
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.ProcessingState.error:Z
            ireturn
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/ProcessingState;

  public void setError(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
        start local 1 // boolean error
         0: .line 64
            aload 0 /* this */
            iload 1 /* error */
            putfield org.glassfish.grizzly.http.ProcessingState.error:Z
         1: .line 65
            return
        end local 1 // boolean error
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/glassfish/grizzly/http/ProcessingState;
            0    2     1  error  Z
    MethodParameters:
       Name  Flags
      error  

  public boolean isStayAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
         0: .line 77
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.ProcessingState.keepAlive:Z
            ifeq 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.ProcessingState.error:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/ProcessingState;

  public boolean isKeepAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
         0: .line 88
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.ProcessingState.keepAlive:Z
            ireturn
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/ProcessingState;

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

  public org.glassfish.grizzly.http.HttpContext getHttpContext();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
         0: .line 110
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.ProcessingState.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            areturn
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/ProcessingState;

  public void setHttpContext(org.glassfish.grizzly.http.HttpContext);
    descriptor: (Lorg/glassfish/grizzly/http/HttpContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
        start local 1 // org.glassfish.grizzly.http.HttpContext httpContext
         0: .line 121
            aload 0 /* this */
            aload 1 /* httpContext */
            putfield org.glassfish.grizzly.http.ProcessingState.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
         1: .line 122
            return
        end local 1 // org.glassfish.grizzly.http.HttpContext httpContext
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/glassfish/grizzly/http/ProcessingState;
            0    2     1  httpContext  Lorg/glassfish/grizzly/http/HttpContext;
    MethodParameters:
             Name  Flags
      httpContext  final

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ProcessingState this
         0: .line 130
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ProcessingState.keepAlive:Z
         1: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.ProcessingState.error:Z
         2: .line 132
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.ProcessingState.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
         3: .line 133
            return
        end local 0 // org.glassfish.grizzly.http.ProcessingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/ProcessingState;
}
SourceFile: "ProcessingState.java"