class org.eclipse.jetty.server.HttpOutput$AsyncWrite extends org.eclipse.jetty.server.HttpOutput$AsyncICB
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpOutput$AsyncWrite
  super_class: org.eclipse.jetty.server.HttpOutput$AsyncICB
{
  private final java.nio.ByteBuffer _buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.ByteBuffer _slice;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int _len;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected volatile boolean _completed;
    descriptor: Z
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  final org.eclipse.jetty.server.HttpOutput this$0;
    descriptor: Lorg/eclipse/jetty/server/HttpOutput;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.server.HttpOutput, byte[], int, int, boolean);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;[BIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
        start local 2 // byte[] b
        start local 3 // int off
        start local 4 // int len
        start local 5 // boolean last
         0: .line 1311
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
         1: .line 1312
            aload 0 /* this */
            aload 1
            iload 5 /* last */
            invokespecial org.eclipse.jetty.server.HttpOutput$AsyncICB.<init>:(Lorg/eclipse/jetty/server/HttpOutput;Z)V
         2: .line 1313
            aload 0 /* this */
            aload 2 /* b */
            iload 3 /* off */
            iload 4 /* len */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
         3: .line 1314
            aload 0 /* this */
            iload 4 /* len */
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
         4: .line 1316
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
            aload 1
            invokevirtual org.eclipse.jetty.server.HttpOutput.getBufferSize:()I
            if_icmpge 5
            aconst_null
            goto 6
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite org.eclipse.jetty.server.HttpOutput byte[] int int int
      StackMap stack: org.eclipse.jetty.server.HttpOutput$AsyncWrite
         5: aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite org.eclipse.jetty.server.HttpOutput byte[] int int int
      StackMap stack: org.eclipse.jetty.server.HttpOutput$AsyncWrite java.nio.ByteBuffer
         6: putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
         7: .line 1317
            return
        end local 5 // boolean last
        end local 4 // int len
        end local 3 // int off
        end local 2 // byte[] b
        end local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/server/HttpOutput$AsyncWrite;
            0    8     2     b  [B
            0    8     3   off  I
            0    8     4   len  I
            0    8     5  last  Z
    MethodParameters:
        Name  Flags
      this$0  final
      b       
      off     
      len     
      last    

  public void <init>(org.eclipse.jetty.server.HttpOutput, java.nio.ByteBuffer, boolean);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;Ljava/nio/ByteBuffer;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
        start local 2 // java.nio.ByteBuffer buffer
        start local 3 // boolean last
         0: .line 1320
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
         1: .line 1321
            aload 0 /* this */
            aload 1
            iload 3 /* last */
            invokespecial org.eclipse.jetty.server.HttpOutput$AsyncICB.<init>:(Lorg/eclipse/jetty/server/HttpOutput;Z)V
         2: .line 1322
            aload 0 /* this */
            aload 2 /* buffer */
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
         3: .line 1323
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
         4: .line 1325
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifne 5
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
            aload 1
            invokevirtual org.eclipse.jetty.server.HttpOutput.getBufferSize:()I
            if_icmpge 6
         5: .line 1326
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite org.eclipse.jetty.server.HttpOutput java.nio.ByteBuffer int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
            goto 7
         6: .line 1329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
         7: .line 1331
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean last
        end local 2 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/eclipse/jetty/server/HttpOutput$AsyncWrite;
            0    8     2  buffer  Ljava/nio/ByteBuffer;
            0    8     3    last  Z
    MethodParameters:
        Name  Flags
      this$0  final
      buffer  
      last    

  protected org.eclipse.jetty.util.IteratingCallback$Action process();
    descriptor: ()Lorg/eclipse/jetty/util/IteratingCallback$Action;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
         0: .line 1337
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
            ifeq 8
         1: .line 1339
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
            ifne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.HttpOutput$AsyncWrite
         2: iconst_0
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite
      StackMap stack: org.eclipse.jetty.server.HttpOutput$AsyncWrite int
         3: putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
         4: .line 1340
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._last:Z
            ifeq 5
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite
      StackMap stack: org.eclipse.jetty.server.HttpOutput java.nio.ByteBuffer
         5: iconst_0
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite
      StackMap stack: org.eclipse.jetty.server.HttpOutput java.nio.ByteBuffer int
         6: aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
         7: .line 1341
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
         8: .line 1345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._last:Z
            ifne 13
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.space:(Ljava/nio/ByteBuffer;)I
            if_icmpge 13
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._commitSize:I
            if_icmpge 13
         9: .line 1347
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFill:(Ljava/nio/ByteBuffer;)I
            istore 1 /* position */
        start local 1 // int position
        10: .line 1348
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.put:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
            pop
        11: .line 1349
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            iload 1 /* position */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        12: .line 1350
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SUCCEEDED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        end local 1 // int position
        13: .line 1354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 31
        14: .line 1357
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
            ifnonnull 18
        15: .line 1359
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
        16: .line 1360
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._last:Z
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        17: .line 1361
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        18: .line 1365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 1 /* p */
        start local 1 // int p
        19: .line 1366
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.getBufferSize:()I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* l */
        start local 2 // int l
        20: .line 1367
            iload 1 /* p */
            iload 2 /* l */
            iadd
            istore 3 /* pl */
        start local 3 // int pl
        21: .line 1368
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
            iload 3 /* pl */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        22: .line 1369
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            iload 3 /* pl */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        23: .line 1370
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
            iload 1 /* p */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        24: .line 1371
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 25
            iconst_0
            goto 26
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite int int int
      StackMap stack: org.eclipse.jetty.server.HttpOutput$AsyncWrite
        25: iconst_1
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite int int int
      StackMap stack: org.eclipse.jetty.server.HttpOutput$AsyncWrite int
        26: putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
        27: .line 1372
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._last:Z
            ifeq 28
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
            ifeq 28
            iconst_1
            goto 29
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite int int int
      StackMap stack: org.eclipse.jetty.server.HttpOutput java.nio.ByteBuffer
        28: iconst_0
      StackMap locals: org.eclipse.jetty.server.HttpOutput$AsyncWrite int int int
      StackMap stack: org.eclipse.jetty.server.HttpOutput java.nio.ByteBuffer int
        29: aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        30: .line 1373
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        end local 3 // int pl
        end local 2 // int l
        end local 1 // int p
        31: .line 1378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._last:Z
            ifeq 35
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
            ifne 35
        32: .line 1380
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
        33: .line 1381
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getstatic org.eclipse.jetty.util.BufferUtil.EMPTY_BUFFER:Ljava/nio/ByteBuffer;
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        34: .line 1382
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        35: .line 1385
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpOutput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 37
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
            ifeq 37
        36: .line 1386
            getstatic org.eclipse.jetty.server.HttpOutput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "EOF of {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 1387
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SUCCEEDED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   38     0      this  Lorg/eclipse/jetty/server/HttpOutput$AsyncWrite;
           10   13     1  position  I
           19   31     1         p  I
           20   31     2         l  I
           21   31     3        pl  I
}
SourceFile: "HttpOutput.java"
NestHost: org.eclipse.jetty.server.HttpOutput
InnerClasses:
  private abstract AsyncICB = org.eclipse.jetty.server.HttpOutput$AsyncICB of org.eclipse.jetty.server.HttpOutput
  private AsyncWrite = org.eclipse.jetty.server.HttpOutput$AsyncWrite of org.eclipse.jetty.server.HttpOutput
  protected final Action = org.eclipse.jetty.util.IteratingCallback$Action of org.eclipse.jetty.util.IteratingCallback