class org.eclipse.jetty.server.HttpOutput$AsyncWrite extends org.eclipse.jetty.server.HttpOutput$ChannelWriteCB
  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$ChannelWriteCB
{
  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

  private boolean _completed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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, byte[], int, int, boolean);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;[BIIZ)V
    flags: (0x0000) 
    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 1602
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
         1: .line 1603
            aload 0 /* this */
            aload 1
            iload 5 /* last */
            invokespecial org.eclipse.jetty.server.HttpOutput$ChannelWriteCB.<init>:(Lorg/eclipse/jetty/server/HttpOutput;Z)V
         2: .line 1604
            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 1605
            aload 0 /* this */
            iload 4 /* len */
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
         4: .line 1607
            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 1608
            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    

  void <init>(org.eclipse.jetty.server.HttpOutput, java.nio.ByteBuffer, boolean);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;Ljava/nio/ByteBuffer;Z)V
    flags: (0x0000) 
    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 1611
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite.this$0:Lorg/eclipse/jetty/server/HttpOutput;
         1: .line 1612
            aload 0 /* this */
            aload 1
            iload 3 /* last */
            invokespecial org.eclipse.jetty.server.HttpOutput$ChannelWriteCB.<init>:(Lorg/eclipse/jetty/server/HttpOutput;Z)V
         2: .line 1613
            aload 0 /* this */
            aload 2 /* buffer */
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._buffer:Ljava/nio/ByteBuffer;
         3: .line 1614
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._len:I
         4: .line 1616
            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 1617
      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 1620
      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 1622
      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=4, locals=4, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpOutput$AsyncWrite this
         0: .line 1628
            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 1630
            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 1631
            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.channelWrite:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
         7: .line 1632
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
         8: .line 1636
      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.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._aggregate:Ljava/nio/ByteBuffer;
            ifnull 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;
            invokevirtual org.eclipse.jetty.server.HttpOutput.maximizeAggregateSpace:()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 1638
            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 1639
            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 1640
            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 1641
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SUCCEEDED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        end local 1 // int position
        13: .line 1645
      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 1648
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._slice:Ljava/nio/ByteBuffer;
            ifnonnull 18
        15: .line 1650
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
        16: .line 1651
            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.channelWrite:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        17: .line 1652
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        18: .line 1656
      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 1657
            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 1658
            iload 1 /* p */
            iload 2 /* l */
            iadd
            istore 3 /* pl */
        start local 3 // int pl
        21: .line 1659
            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 1660
            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 1661
            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 1662
            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 1663
            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.channelWrite:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        30: .line 1664
            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 1669
      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 1671
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
        33: .line 1672
            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.channelWrite:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        34: .line 1673
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        35: .line 1676
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpOutput.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 37
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$AsyncWrite._completed:Z
            ifeq 37
        36: .line 1677
            getstatic org.eclipse.jetty.server.HttpOutput.LOG:Lorg/slf4j/Logger;
            ldc "EOF of {}"
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
        37: .line 1679
      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
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "HttpOutput.java"
NestHost: org.eclipse.jetty.server.HttpOutput
InnerClasses:
  private AsyncWrite = org.eclipse.jetty.server.HttpOutput$AsyncWrite of org.eclipse.jetty.server.HttpOutput
  private abstract ChannelWriteCB = org.eclipse.jetty.server.HttpOutput$ChannelWriteCB of org.eclipse.jetty.server.HttpOutput
  protected final Action = org.eclipse.jetty.util.IteratingCallback$Action of org.eclipse.jetty.util.IteratingCallback