class org.eclipse.jetty.server.HttpOutput$1 extends org.eclipse.jetty.util.Callback$Nested
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpOutput$1
  super_class: org.eclipse.jetty.util.Callback$Nested
{
  final org.eclipse.jetty.server.HttpOutput this$0;
    descriptor: Lorg/eclipse/jetty/server/HttpOutput;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.server.HttpOutput, org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.HttpOutput$1 this
        start local 2 // org.eclipse.jetty.util.Callback $anonymous0
         0: .line 894
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$1.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.eclipse.jetty.util.Callback$Nested.<init>:(Lorg/eclipse/jetty/util/Callback;)V
            return
        end local 2 // org.eclipse.jetty.util.Callback $anonymous0
        end local 0 // org.eclipse.jetty.server.HttpOutput$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jetty/server/HttpOutput$1;
            0    1     2  $anonymous0  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpOutput$1 this
         0: .line 899
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$1.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.closed:()V
         1: .line 900
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.Callback$Nested.succeeded:()V
         2: .line 901
            return
        end local 0 // org.eclipse.jetty.server.HttpOutput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpOutput$1;

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpOutput$1 this
        start local 1 // java.lang.Throwable x
         0: .line 906
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$1.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.server.HttpOutput.abort:(Ljava/lang/Throwable;)V
         1: .line 907
            aload 0 /* this */
            aload 1 /* x */
            invokespecial org.eclipse.jetty.util.Callback$Nested.failed:(Ljava/lang/Throwable;)V
         2: .line 908
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpOutput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpOutput$1;
            0    3     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "HttpOutput.java"
EnclosingMethod: org.eclipse.jetty.server.HttpOutput.sendContent:(Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/util/Callback;)V
NestHost: org.eclipse.jetty.server.HttpOutput
InnerClasses:
  org.eclipse.jetty.server.HttpOutput$1
  public Nested = org.eclipse.jetty.util.Callback$Nested of org.eclipse.jetty.util.Callback