abstract class org.eclipse.jetty.server.HttpOutput$ChannelWriteCB extends org.eclipse.jetty.util.IteratingCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.server.HttpOutput$ChannelWriteCB
  super_class: org.eclipse.jetty.util.IteratingCallback
{
  final boolean _last;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  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, boolean);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
        start local 2 // boolean last
         0: .line 1499
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$ChannelWriteCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
         1: .line 1498
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.IteratingCallback.<init>:()V
         2: .line 1500
            aload 0 /* this */
            iload 2 /* last */
            putfield org.eclipse.jetty.server.HttpOutput$ChannelWriteCB._last:Z
         3: .line 1501
            return
        end local 2 // boolean last
        end local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/HttpOutput$ChannelWriteCB;
            0    4     2  last  Z
    MethodParameters:
        Name  Flags
      this$0  final
      last    

  public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
    descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
         0: .line 1506
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpOutput$ChannelWriteCB;

  protected void onCompleteSuccess();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
         0: .line 1512
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$ChannelWriteCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$ChannelWriteCB._last:Z
            aconst_null
            invokevirtual org.eclipse.jetty.server.HttpOutput.onWriteComplete:(ZLjava/lang/Throwable;)V
         1: .line 1513
            return
        end local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpOutput$ChannelWriteCB;

  public void onCompleteFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
        start local 1 // java.lang.Throwable e
         0: .line 1518
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$ChannelWriteCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$ChannelWriteCB._last:Z
            aload 1 /* e */
            invokevirtual org.eclipse.jetty.server.HttpOutput.onWriteComplete:(ZLjava/lang/Throwable;)V
         1: .line 1519
            return
        end local 1 // java.lang.Throwable e
        end local 0 // org.eclipse.jetty.server.HttpOutput$ChannelWriteCB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpOutput$ChannelWriteCB;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "HttpOutput.java"
NestHost: org.eclipse.jetty.server.HttpOutput
InnerClasses:
  private abstract ChannelWriteCB = org.eclipse.jetty.server.HttpOutput$ChannelWriteCB of org.eclipse.jetty.server.HttpOutput
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable