class org.eclipse.jetty.server.HttpChannel$SendCallback$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.HttpChannel$SendCallback$1
  super_class: org.eclipse.jetty.util.Callback$Nested
{
  final org.eclipse.jetty.server.HttpChannel$SendCallback this$1;
    descriptor: Lorg/eclipse/jetty/server/HttpChannel$SendCallback;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannel$SendCallback$1 this
         0: .line 1346
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannel$SendCallback$1.this$1:Lorg/eclipse/jetty/server/HttpChannel$SendCallback;
            invokestatic org.eclipse.jetty.server.HttpChannel$SendCallback.access$0:(Lorg/eclipse/jetty/server/HttpChannel$SendCallback;)Lorg/eclipse/jetty/server/HttpChannel;
            getfield org.eclipse.jetty.server.HttpChannel._response:Lorg/eclipse/jetty/server/Response;
            invokevirtual org.eclipse.jetty.server.Response.getHttpOutput:()Lorg/eclipse/jetty/server/HttpOutput;
            aconst_null
            invokevirtual org.eclipse.jetty.server.HttpOutput.completed:(Ljava/lang/Throwable;)V
         1: .line 1347
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannel$SendCallback$1.val$x:Ljava/lang/Throwable;
            invokespecial org.eclipse.jetty.util.Callback$Nested.failed:(Ljava/lang/Throwable;)V
         2: .line 1348
            return
        end local 0 // org.eclipse.jetty.server.HttpChannel$SendCallback$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpChannel$SendCallback$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.HttpChannel$SendCallback$1 this
        start local 1 // java.lang.Throwable th
         0: .line 1353
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannel$SendCallback$1.this$1:Lorg/eclipse/jetty/server/HttpChannel$SendCallback;
            invokestatic org.eclipse.jetty.server.HttpChannel$SendCallback.access$0:(Lorg/eclipse/jetty/server/HttpChannel$SendCallback;)Lorg/eclipse/jetty/server/HttpChannel;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannel$SendCallback$1.val$x:Ljava/lang/Throwable;
            invokevirtual org.eclipse.jetty.server.HttpChannel.abort:(Ljava/lang/Throwable;)V
         1: .line 1354
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannel$SendCallback$1.val$x:Ljava/lang/Throwable;
            invokespecial org.eclipse.jetty.util.Callback$Nested.failed:(Ljava/lang/Throwable;)V
         2: .line 1355
            return
        end local 1 // java.lang.Throwable th
        end local 0 // org.eclipse.jetty.server.HttpChannel$SendCallback$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpChannel$SendCallback$1;
            0    3     1    th  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      th    
}
SourceFile: "HttpChannel.java"
EnclosingMethod: org.eclipse.jetty.server.HttpChannel$SendCallback.failed:(Ljava/lang/Throwable;)V
NestHost: org.eclipse.jetty.server.HttpChannel
InnerClasses:
  private SendCallback = org.eclipse.jetty.server.HttpChannel$SendCallback of org.eclipse.jetty.server.HttpChannel
  org.eclipse.jetty.server.HttpChannel$SendCallback$1
  public Nested = org.eclipse.jetty.util.Callback$Nested of org.eclipse.jetty.util.Callback