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

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

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

  public void onWritePossible();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer$2 this
         0: .line 975
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer$2.val$future:Lorg/glassfish/grizzly/impl/FutureImpl;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
         1: .line 976
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer$2;
    Exceptions:
      throws java.lang.Exception

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer$2 this
        start local 1 // java.lang.Throwable t
         0: .line 980
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer$2.val$future:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 1 /* t */
            invokestatic org.glassfish.grizzly.utils.Exceptions.makeIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.failure:(Ljava/lang/Throwable;)V
         1: .line 981
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer$2;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "OutputBuffer.java"
EnclosingMethod: org.glassfish.grizzly.http.io.OutputBuffer.blockAfterWriteIfNeeded:()V
NestHost: org.glassfish.grizzly.http.io.OutputBuffer
InnerClasses:
  org.glassfish.grizzly.http.io.OutputBuffer$2