class org.glassfish.grizzly.http.io.InputBuffer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.io.InputBuffer$1
  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$readHandler;
    descriptor: Lorg/glassfish/grizzly/ReadHandler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.InputBuffer$1 this
         0: .line 720
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.InputBuffer$1.val$readHandler:Lorg/glassfish/grizzly/ReadHandler;
            invokeinterface org.glassfish.grizzly.ReadHandler.onAllDataRead:()V
         1: .line 721
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         3: .line 722
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.InputBuffer$1.val$readHandler:Lorg/glassfish/grizzly/ReadHandler;
            aload 1 /* t */
            invokeinterface org.glassfish.grizzly.ReadHandler.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable t
         4: .line 724
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.io.InputBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http/io/InputBuffer$1;
            3    4     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
SourceFile: "InputBuffer.java"
EnclosingMethod: org.glassfish.grizzly.http.io.InputBuffer.invokeHandlerAllRead:(Lorg/glassfish/grizzly/ReadHandler;Ljava/util/concurrent/Executor;)V
NestHost: org.glassfish.grizzly.http.io.InputBuffer
InnerClasses:
  org.glassfish.grizzly.http.io.InputBuffer$1