public abstract class io.undertow.protocols.http2.Http2StreamSinkChannel extends io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.undertow.protocols.http2.Http2StreamSinkChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
{
  private final int streamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean reset;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private int flowControlWindow;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int initialWindowSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.undertow.server.protocol.framed.SendFrameHeader header;
    descriptor: Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.Object flowControlLock;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlLock:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.undertow.protocols.http2.Http2Channel, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
        start local 2 // int streamId
         0: .line 45
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;)V
         1: .line 34
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.reset:Z
         2: .line 46
            aload 0 /* this */
            iload 2 /* streamId */
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.streamId:I
         3: .line 47
            aload 0 /* this */
            aload 1 /* channel */
            invokevirtual io.undertow.protocols.http2.Http2Channel.getInitialSendWindowSize:()I
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
         4: .line 48
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.initialWindowSize:I
         5: .line 49
            return
        end local 2 // int streamId
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
            0    6     1   channel  Lio/undertow/protocols/http2/Http2Channel;
            0    6     2  streamId  I
    MethodParameters:
          Name  Flags
      channel   
      streamId  

  public int getStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
         0: .line 52
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.streamId:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;

  io.undertow.server.protocol.framed.SendFrameHeader generateSendFrameHeader();
    descriptor: ()Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
         0: .line 56
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.createFrameHeaderImpl:()Lio/undertow/server/protocol/framed/SendFrameHeader;
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.header:Lio/undertow/server/protocol/framed/SendFrameHeader;
         1: .line 57
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.header:Lio/undertow/server/protocol/framed/SendFrameHeader;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;

  protected abstract io.undertow.server.protocol.framed.SendFrameHeader createFrameHeaderImpl();
    descriptor: ()Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  void clearHeader();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
         0: .line 63
            aload 0 /* this */
            aconst_null
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.header:Lio/undertow/server/protocol/framed/SendFrameHeader;
         1: .line 64
            return
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;

  protected void channelForciblyClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
         0: .line 68
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getStreamId:()I
            invokevirtual io.undertow.protocols.http2.Http2Channel.removeStreamSink:(I)V
         1: .line 69
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.reset:Z
            ifeq 3
         2: .line 70
            return
         3: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.reset:Z
         4: .line 73
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.streamId:I
            iconst_2
            irem
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.isClient:()Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: io.undertow.protocols.http2.Http2StreamSinkChannel
      StackMap stack: int int
         6: if_icmpne 10
         7: .line 76
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.isFirstDataWritten:()Z
            ifeq 12
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.isThisGoneAway:()Z
            ifne 12
         8: .line 77
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.streamId:I
            bipush 8
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendRstStream:(II)V
         9: .line 79
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.isThisGoneAway:()Z
            ifne 12
        11: .line 80
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.streamId:I
            iconst_5
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendRstStream:(II)V
        12: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.markBroken:()V
        13: .line 83
            return
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
    Exceptions:
      throws java.io.IOException

  protected final io.undertow.server.protocol.framed.SendFrameHeader createFrameHeader();
    descriptor: ()Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
         0: .line 87
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.header:Lio/undertow/server/protocol/framed/SendFrameHeader;
            astore 1 /* header */
        start local 1 // io.undertow.server.protocol.framed.SendFrameHeader header
         1: .line 88
            aload 0 /* this */
            aconst_null
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.header:Lio/undertow/server/protocol/framed/SendFrameHeader;
         2: .line 89
            aload 1 /* header */
            areturn
        end local 1 // io.undertow.server.protocol.framed.SendFrameHeader header
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
            1    3     1  header  Lio/undertow/server/protocol/framed/SendFrameHeader;

  protected void handleFlushComplete(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
        start local 1 // boolean channelClosed
         0: .line 94
            iload 1 /* channelClosed */
            ifeq 2
         1: .line 95
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getStreamId:()I
            invokevirtual io.undertow.protocols.http2.Http2Channel.removeStreamSink:(I)V
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.reset:Z
            ifeq 4
         3: .line 98
            aload 0 /* this */
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         4: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean channelClosed
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
            0    5     1  channelClosed  Z
    MethodParameters:
               Name  Flags
      channelClosed  

  protected int grabFlowControlBytes(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
        start local 1 // int toSend
         0: .line 113
            getstatic io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 114
            iload 1 /* toSend */
            ifne 4
         2: .line 115
            aload 2
            monitorexit
         3: iconst_0
            ireturn
         4: .line 117
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getInitialSendWindowSize:()I
            istore 3 /* newWindowSize */
        start local 3 // int newWindowSize
         5: .line 118
            iload 3 /* newWindowSize */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.initialWindowSize:I
            isub
            istore 4 /* settingsDelta */
        start local 4 // int settingsDelta
         6: .line 120
            aload 0 /* this */
            iload 3 /* newWindowSize */
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.initialWindowSize:I
         7: .line 121
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            iload 4 /* settingsDelta */
            iadd
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
         8: .line 123
            iload 1 /* toSend */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* min */
        start local 5 // int min
         9: .line 124
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            iload 5 /* min */
            invokevirtual io.undertow.protocols.http2.Http2Channel.grabFlowControlBytes:(I)I
            istore 6 /* actualBytes */
        start local 6 // int actualBytes
        10: .line 125
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            iload 6 /* actualBytes */
            isub
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
        11: .line 126
            iload 6 /* actualBytes */
            aload 2
            monitorexit
        12: ireturn
        end local 6 // int actualBytes
        end local 5 // int min
        end local 4 // int settingsDelta
        end local 3 // int newWindowSize
        13: .line 113
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        14: athrow
        end local 1 // int toSend
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
            0   15     1         toSend  I
            5   13     3  newWindowSize  I
            6   13     4  settingsDelta  I
            9   13     5            min  I
           10   13     6    actualBytes  I
      Exception table:
        from    to  target  type
           1     3      13  any
           4    12      13  any
          13    14      13  any
    MethodParameters:
        Name  Flags
      toSend  

  void updateFlowControlWindow(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
        start local 1 // int delta
         0: .line 132
            getstatic io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 133
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            ifgt 2
            iconst_1
            goto 3
      StackMap locals: io.undertow.protocols.http2.Http2StreamSinkChannel int top java.lang.Object
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* exhausted */
        start local 2 // boolean exhausted
         4: .line 134
            iload 1 /* delta */
            i2l
            lstore 4 /* ld */
        start local 4 // long ld
         5: .line 135
            lload 4 /* ld */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            i2l
            ladd
            lstore 4 /* ld */
         6: .line 136
            lload 4 /* ld */
            ldc 2147483647
            lcmp
            ifle 11
         7: .line 137
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.streamId:I
            iconst_3
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendRstStream:(II)V
         8: .line 138
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.markBroken:()V
         9: .line 139
            aload 3
            monitorexit
        10: return
        11: .line 141
      StackMap locals: io.undertow.protocols.http2.Http2StreamSinkChannel int int java.lang.Object long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
            iload 1 /* delta */
            iadd
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.flowControlWindow:I
        end local 4 // long ld
        12: .line 132
            aload 3
            monitorexit
        13: goto 16
        end local 2 // boolean exhausted
      StackMap locals: io.undertow.protocols.http2.Http2StreamSinkChannel int top java.lang.Object
      StackMap stack: java.lang.Throwable
        14: aload 3
            monitorexit
        15: athrow
        start local 2 // boolean exhausted
        16: .line 143
      StackMap locals: io.undertow.protocols.http2.Http2StreamSinkChannel int int
      StackMap stack:
            iload 2 /* exhausted */
            ifeq 20
        17: .line 144
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.notifyFlowControlAllowed:()V
        18: .line 145
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.isWriteResumed:()Z
            ifeq 20
        19: .line 146
            aload 0 /* this */
            iconst_1
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.resumeWritesInternal:(Z)V
        20: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean exhausted
        end local 1 // int delta
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
            0   21     1      delta  I
            4   14     2  exhausted  Z
           16   21     2  exhausted  Z
            5   12     4         ld  J
      Exception table:
        from    to  target  type
           1    10      14  any
          11    13      14  any
          14    15      14  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      delta  final

  protected io.undertow.connector.PooledByteBuffer[] allocateAll(io.undertow.connector.PooledByteBuffer[], io.undertow.connector.PooledByteBuffer);
    descriptor: ([Lio/undertow/connector/PooledByteBuffer;Lio/undertow/connector/PooledByteBuffer;)[Lio/undertow/connector/PooledByteBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
        start local 1 // io.undertow.connector.PooledByteBuffer[] allHeaderBuffers
        start local 2 // io.undertow.connector.PooledByteBuffer currentBuffer
         0: .line 154
            aload 1 /* allHeaderBuffers */
            ifnonnull 8
         1: .line 155
            iconst_2
            anewarray io.undertow.connector.PooledByteBuffer
            astore 3 /* ret */
        start local 3 // io.undertow.connector.PooledByteBuffer[] ret
         2: .line 156
            aload 3 /* ret */
            iconst_0
            aload 2 /* currentBuffer */
            aastore
         3: .line 157
            aload 3 /* ret */
            iconst_1
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getBufferPool:()Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
            aastore
         4: .line 158
            aload 3 /* ret */
            iconst_1
            aaload
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* newBuffer */
        start local 4 // java.nio.ByteBuffer newBuffer
         5: .line 159
            aload 4 /* newBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getSendMaxFrameSize:()I
            if_icmple 14
         6: .line 160
            aload 4 /* newBuffer */
            aload 4 /* newBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getSendMaxFrameSize:()I
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        end local 4 // java.nio.ByteBuffer newBuffer
         7: .line 162
            goto 14
        end local 3 // io.undertow.connector.PooledByteBuffer[] ret
         8: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* allHeaderBuffers */
            arraylength
            iconst_1
            iadd
            anewarray io.undertow.connector.PooledByteBuffer
            astore 3 /* ret */
        start local 3 // io.undertow.connector.PooledByteBuffer[] ret
         9: .line 164
            aload 1 /* allHeaderBuffers */
            iconst_0
            aload 3 /* ret */
            iconst_0
            aload 1 /* allHeaderBuffers */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 165
            aload 3 /* ret */
            aload 3 /* ret */
            arraylength
            iconst_1
            isub
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getBufferPool:()Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
            aastore
        11: .line 166
            aload 3 /* ret */
            aload 3 /* ret */
            arraylength
            iconst_1
            isub
            aaload
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* newBuffer */
        start local 4 // java.nio.ByteBuffer newBuffer
        12: .line 167
            aload 4 /* newBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getSendMaxFrameSize:()I
            if_icmple 14
        13: .line 168
            aload 4 /* newBuffer */
            aload 4 /* newBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.getSendMaxFrameSize:()I
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        end local 4 // java.nio.ByteBuffer newBuffer
        14: .line 171
      StackMap locals: io.undertow.connector.PooledByteBuffer[]
      StackMap stack:
            aload 3 /* ret */
            areturn
        end local 3 // io.undertow.connector.PooledByteBuffer[] ret
        end local 2 // io.undertow.connector.PooledByteBuffer currentBuffer
        end local 1 // io.undertow.connector.PooledByteBuffer[] allHeaderBuffers
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
            0   15     1  allHeaderBuffers  [Lio/undertow/connector/PooledByteBuffer;
            0   15     2     currentBuffer  Lio/undertow/connector/PooledByteBuffer;
            2    8     3               ret  [Lio/undertow/connector/PooledByteBuffer;
            9   15     3               ret  [Lio/undertow/connector/PooledByteBuffer;
            5    7     4         newBuffer  Ljava/nio/ByteBuffer;
           12   14     4         newBuffer  Ljava/nio/ByteBuffer;
    MethodParameters:
                  Name  Flags
      allHeaderBuffers  
      currentBuffer     

  void rstStream();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
         0: .line 178
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSinkChannel.reset:Z
            ifeq 2
         1: .line 179
            return
         2: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2StreamSinkChannel.reset:Z
         3: .line 182
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.isReadyForFlush:()Z
            ifne 5
         4: .line 183
            aload 0 /* this */
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         5: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.getStreamId:()I
            invokevirtual io.undertow.protocols.http2.Http2Channel.removeStreamSink:(I)V
         6: .line 186
            return
        end local 0 // io.undertow.protocols.http2.Http2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/undertow/protocols/http2/Http2StreamSinkChannel;
}
SourceFile: "Http2StreamSinkChannel.java"