class org.glassfish.grizzly.http.io.InputBuffer$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.io.InputBuffer$2
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.http.io.InputBuffer this$0;
    descriptor: Lorg/glassfish/grizzly/http/io/InputBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.glassfish.grizzly.ReadHandler val$localHandler;
    descriptor: Lorg/glassfish/grizzly/ReadHandler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Throwable val$error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.http.io.InputBuffer, org.glassfish.grizzly.ReadHandler, java.lang.Throwable);
    descriptor: (Lorg/glassfish/grizzly/http/io/InputBuffer;Lorg/glassfish/grizzly/ReadHandler;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.io.InputBuffer$2 this
         0: .line 1059
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http.io.InputBuffer$2.this$0:Lorg/glassfish/grizzly/http/io/InputBuffer;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.grizzly.http.io.InputBuffer$2.val$localHandler:Lorg/glassfish/grizzly/ReadHandler;
            aload 0 /* this */
            aload 3
            putfield org.glassfish.grizzly.http.io.InputBuffer$2.val$error:Ljava/lang/Throwable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.io.InputBuffer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/io/InputBuffer$2;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$localHandler  final
      val$error         final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.InputBuffer$2 this
         0: .line 1062
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.InputBuffer$2.val$localHandler:Lorg/glassfish/grizzly/ReadHandler;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.InputBuffer$2.val$error:Ljava/lang/Throwable;
            invokeinterface org.glassfish.grizzly.ReadHandler.onError:(Ljava/lang/Throwable;)V
         1: .line 1063
            return
        end local 0 // org.glassfish.grizzly.http.io.InputBuffer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/InputBuffer$2;
}
SourceFile: "InputBuffer.java"
EnclosingMethod: org.glassfish.grizzly.http.io.InputBuffer.invokeErrorHandlerOnProperThread:(Lorg/glassfish/grizzly/ReadHandler;Ljava/lang/Throwable;)V
NestHost: org.glassfish.grizzly.http.io.InputBuffer
InnerClasses:
  org.glassfish.grizzly.http.io.InputBuffer$2