public class io.undertow.protocols.http2.Http2StreamSourceChannel extends io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel implements io.undertow.protocols.http2.Http2Stream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2StreamSourceChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
{
  private boolean headersEndStream;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private final io.undertow.util.HeaderMap headers;
    descriptor: Lio/undertow/util/HeaderMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private io.undertow.protocols.http2.Http2HeadersStreamSinkChannel response;
    descriptor: Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
    flags: (0x0002) ACC_PRIVATE

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

  private org.xnio.ChannelListener<io.undertow.protocols.http2.Http2StreamSourceChannel> completionListener;
    descriptor: Lorg/xnio/ChannelListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/xnio/ChannelListener<Lio/undertow/protocols/http2/Http2StreamSourceChannel;>;

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

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

  private long contentLengthRemaining;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler trailersHandler;
    descriptor: Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.connector.PooledByteBuffer, long, io.undertow.util.HeaderMap, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;JLio/undertow/util/HeaderMap;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        start local 2 // io.undertow.connector.PooledByteBuffer data
        start local 3 // long frameDataRemaining
        start local 5 // io.undertow.util.HeaderMap headers
        start local 6 // int streamId
         0: .line 68
            aload 0 /* this */
            aload 1 /* framedChannel */
            aload 2 /* data */
            lload 3 /* frameDataRemaining */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;J)V
         1: .line 45
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.headersEndStream:Z
         2: .line 46
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.rst:Z
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.ignoreForceClose:Z
         4: .line 69
            aload 0 /* this */
            aload 5 /* headers */
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.headers:Lio/undertow/util/HeaderMap;
         5: .line 70
            aload 0 /* this */
            iload 6 /* streamId */
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
         6: .line 71
            aload 0 /* this */
            aload 1 /* framedChannel */
            invokevirtual io.undertow.protocols.http2.Http2Channel.getInitialReceiveWindowSize:()I
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
         7: .line 72
            aload 5 /* headers */
            getstatic io.undertow.util.Headers.CONTENT_LENGTH:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HeaderMap.getFirst:(Lio/undertow/util/HttpString;)Ljava/lang/String;
            astore 7 /* contentLengthString */
        start local 7 // java.lang.String contentLengthString
         8: .line 73
            aload 7 /* contentLengthString */
            ifnull 11
         9: .line 74
            aload 0 /* this */
            aload 7 /* contentLengthString */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
        10: .line 75
            goto 12
        11: .line 76
      StackMap locals: io.undertow.protocols.http2.Http2StreamSourceChannel io.undertow.protocols.http2.Http2Channel io.undertow.connector.PooledByteBuffer long io.undertow.util.HeaderMap int java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc -1
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
        12: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.lang.String contentLengthString
        end local 6 // int streamId
        end local 5 // io.undertow.util.HeaderMap headers
        end local 3 // long frameDataRemaining
        end local 2 // io.undertow.connector.PooledByteBuffer data
        end local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0                 this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0   13     1        framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0   13     2                 data  Lio/undertow/connector/PooledByteBuffer;
            0   13     3   frameDataRemaining  J
            0   13     5              headers  Lio/undertow/util/HeaderMap;
            0   13     6             streamId  I
            8   13     7  contentLengthString  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      framedChannel       
      data                
      frameDataRemaining  
      headers             
      streamId            

  protected void handleHeaderData(io.undertow.server.protocol.framed.FrameHeaderData);
    descriptor: (Lio/undertow/server/protocol/framed/FrameHeaderData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // io.undertow.server.protocol.framed.FrameHeaderData headerData
         0: .line 82
            aload 1 /* headerData */
            checkcast io.undertow.protocols.http2.Http2FrameHeaderParser
            astore 2 /* data */
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser data
         1: .line 83
            aload 2 /* data */
            invokevirtual io.undertow.protocols.http2.Http2FrameHeaderParser.getParser:()Lio/undertow/protocols/http2/Http2PushBackParser;
            astore 3 /* parser */
        start local 3 // io.undertow.protocols.http2.Http2PushBackParser parser
         2: .line 84
            aload 3 /* parser */
            instanceof io.undertow.protocols.http2.Http2DataFrameParser
            ifeq 10
         3: .line 85
            aload 0 /* this */
            aload 3 /* parser */
            checkcast io.undertow.protocols.http2.Http2DataFrameParser
            invokevirtual io.undertow.protocols.http2.Http2DataFrameParser.getPadding:()I
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.remainingPadding:I
         4: .line 86
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.remainingPadding:I
            ifle 13
         5: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.remainingPadding:I
            iconst_1
            iadd
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.updateFlowControlWindow:(I)V
         6: .line 89
            goto 13
      StackMap locals: io.undertow.protocols.http2.Http2StreamSourceChannel io.undertow.server.protocol.framed.FrameHeaderData io.undertow.protocols.http2.Http2FrameHeaderParser io.undertow.protocols.http2.Http2PushBackParser
      StackMap stack: java.io.IOException
         7: astore 4 /* e */
        start local 4 // java.io.IOException e
         8: .line 90
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         9: .line 91
            new java.lang.RuntimeException
            dup
            aload 4 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
        10: .line 94
      StackMap locals:
      StackMap stack:
            aload 3 /* parser */
            instanceof io.undertow.protocols.http2.Http2HeadersParser
            ifeq 13
        11: .line 95
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.trailersHandler:Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
            ifnull 13
        12: .line 96
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.trailersHandler:Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
            aload 3 /* parser */
            checkcast io.undertow.protocols.http2.Http2HeadersParser
            invokevirtual io.undertow.protocols.http2.Http2HeadersParser.getHeaderMap:()Lio/undertow/util/HeaderMap;
            invokeinterface io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler.handleTrailers:(Lio/undertow/util/HeaderMap;)V
        13: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.handleFinalFrame:(Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
        14: .line 100
            return
        end local 3 // io.undertow.protocols.http2.Http2PushBackParser parser
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser data
        end local 1 // io.undertow.server.protocol.framed.FrameHeaderData headerData
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0   15     1  headerData  Lio/undertow/server/protocol/framed/FrameHeaderData;
            1   15     2        data  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            2   15     3      parser  Lio/undertow/protocols/http2/Http2PushBackParser;
            8   10     4           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.io.IOException
    MethodParameters:
            Name  Flags
      headerData  

  protected long updateFrameDataRemaining(io.undertow.connector.PooledByteBuffer, long);
    descriptor: (Lio/undertow/connector/PooledByteBuffer;J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // io.undertow.connector.PooledByteBuffer data
        start local 2 // long frameDataRemaining
         0: .line 104
            lload 2 /* frameDataRemaining */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.remainingPadding:I
            i2l
            lsub
            lstore 4 /* actualDataRemaining */
        start local 4 // long actualDataRemaining
         1: .line 105
            aload 1 /* data */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            lload 4 /* actualDataRemaining */
            lcmp
            ifle 6
         2: .line 106
            aload 1 /* data */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            lload 4 /* actualDataRemaining */
            lsub
            lstore 6 /* paddingThisBuffer */
        start local 6 // long paddingThisBuffer
         3: .line 107
            aload 1 /* data */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            aload 1 /* data */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            i2l
            lload 4 /* actualDataRemaining */
            ladd
            l2i
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 108
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.remainingPadding:I
            i2l
            lload 6 /* paddingThisBuffer */
            lsub
            l2i
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.remainingPadding:I
         5: .line 109
            lload 2 /* frameDataRemaining */
            lload 6 /* paddingThisBuffer */
            lsub
            lreturn
        end local 6 // long paddingThisBuffer
         6: .line 111
      StackMap locals: long
      StackMap stack:
            lload 2 /* frameDataRemaining */
            lreturn
        end local 4 // long actualDataRemaining
        end local 2 // long frameDataRemaining
        end local 1 // io.undertow.connector.PooledByteBuffer data
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    7     1                 data  Lio/undertow/connector/PooledByteBuffer;
            0    7     2   frameDataRemaining  J
            1    7     4  actualDataRemaining  J
            3    6     6    paddingThisBuffer  J
    MethodParameters:
                    Name  Flags
      data                
      frameDataRemaining  

  void handleFinalFrame(io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2FrameHeaderParser headerData
         0: .line 115
            aload 1 /* headerData */
            astore 2 /* data */
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser data
         1: .line 116
            aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.type:I
            ifne 5
         2: .line 117
            aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            iconst_1
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 15
         3: .line 118
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.lastFrame:()V
         4: .line 120
            goto 15
      StackMap locals: io.undertow.protocols.http2.Http2FrameHeaderParser
      StackMap stack:
         5: aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.type:I
            iconst_1
            if_icmpne 12
         6: .line 121
            aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            iconst_1
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifeq 15
         7: .line 122
            aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            iconst_4
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifeq 10
         8: .line 123
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.lastFrame:()V
         9: .line 124
            goto 15
        10: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.headersEndStream:Z
        11: .line 129
            goto 15
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.headersEndStream:Z
            ifeq 15
            aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.type:I
            bipush 9
            if_icmpne 15
        13: .line 130
            aload 2 /* data */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            iconst_4
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 15
        14: .line 131
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.lastFrame:()V
        15: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser data
        end local 1 // io.undertow.protocols.http2.Http2FrameHeaderParser headerData
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0   16     1  headerData  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            1   16     2        data  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
    MethodParameters:
            Name  Flags
      headerData  

  public io.undertow.protocols.http2.Http2HeadersStreamSinkChannel getResponseChannel();
    descriptor: ()Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 137
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.response:Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
            ifnull 2
         1: .line 138
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.response:Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
            areturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
            dup
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getHttp2Channel:()Lio/undertow/protocols/http2/Http2Channel;
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            invokespecial io.undertow.protocols.http2.Http2HeadersStreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;I)V
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.response:Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
         3: .line 141
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getHttp2Channel:()Lio/undertow/protocols/http2/Http2Channel;
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.response:Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
            invokevirtual io.undertow.protocols.http2.Http2Channel.registerStreamSink:(Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;)V
         4: .line 142
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.response:Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 147
            aload 0 /* this */
            aload 1 /* dst */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.read:(Ljava/nio/ByteBuffer;)I
            istore 2 /* read */
        start local 2 // int read
         1: .line 148
            aload 0 /* this */
            iload 2 /* read */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.updateFlowControlWindow:(I)V
         2: .line 149
            iload 2 /* read */
            ireturn
        end local 2 // int read
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    3     1   dst  Ljava/nio/ByteBuffer;
            1    3     2  read  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 154
            aload 0 /* this */
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.read:([Ljava/nio/ByteBuffer;II)J
            lstore 4 /* read */
        start local 4 // long read
         1: .line 155
            aload 0 /* this */
            lload 4 /* read */
            l2i
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.updateFlowControlWindow:(I)V
         2: .line 156
            lload 4 /* read */
            lreturn
        end local 4 // long read
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    3     1    dsts  [Ljava/nio/ByteBuffer;
            0    3     2  offset  I
            0    3     3  length  I
            1    3     4    read  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    
      offset  
      length  

  public long read(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // java.nio.ByteBuffer[] dsts
         0: .line 161
            aload 0 /* this */
            aload 1 /* dsts */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.read:([Ljava/nio/ByteBuffer;)J
            lstore 2 /* read */
        start local 2 // long read
         1: .line 162
            aload 0 /* this */
            lload 2 /* read */
            l2i
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.updateFlowControlWindow:(I)V
         2: .line 163
            lload 2 /* read */
            lreturn
        end local 2 // long read
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    3     1  dsts  [Ljava/nio/ByteBuffer;
            1    3     2  read  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dsts  

  public long transferTo(long, java.nio.ByteBuffer, org.xnio.channels.StreamSinkChannel);
    descriptor: (JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel streamSinkChannel
         0: .line 168
            aload 0 /* this */
            lload 1 /* count */
            aload 3 /* throughBuffer */
            aload 4 /* streamSinkChannel */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.transferTo:(JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
            lstore 5 /* read */
        start local 5 // long read
         1: .line 169
            aload 0 /* this */
            lload 5 /* read */
            l2i
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.updateFlowControlWindow:(I)V
         2: .line 170
            lload 5 /* read */
            lreturn
        end local 5 // long read
        end local 4 // org.xnio.channels.StreamSinkChannel streamSinkChannel
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    3     1              count  J
            0    3     3      throughBuffer  Ljava/nio/ByteBuffer;
            0    3     4  streamSinkChannel  Lorg/xnio/channels/StreamSinkChannel;
            1    3     5               read  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      count              
      throughBuffer      
      streamSinkChannel  

  public long transferTo(long, long, java.nio.channels.FileChannel);
    descriptor: (JJLjava/nio/channels/FileChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 175
            aload 0 /* this */
            lload 1 /* position */
            lload 3 /* count */
            aload 5 /* target */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.transferTo:(JJLjava/nio/channels/FileChannel;)J
            lstore 6 /* read */
        start local 6 // long read
         1: .line 176
            aload 0 /* this */
            lload 6 /* read */
            l2i
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.updateFlowControlWindow:(I)V
         2: .line 177
            lload 6 /* read */
            lreturn
        end local 6 // long read
        end local 5 // java.nio.channels.FileChannel target
        end local 3 // long count
        end local 1 // long position
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    3     1  position  J
            0    3     3     count  J
            0    3     5    target  Ljava/nio/channels/FileChannel;
            1    3     6      read  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      position  
      count     
      target    

  private void updateFlowControlWindow(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // int read
         0: .line 181
            iload 1 /* read */
            ifgt 2
         1: .line 182
            return
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
            iload 1 /* read */
            isub
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
         3: .line 187
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getHttp2Channel:()Lio/undertow/protocols/http2/Http2Channel;
            astore 2 /* http2Channel */
        start local 2 // io.undertow.protocols.http2.Http2Channel http2Channel
         4: .line 188
            aload 2 /* http2Channel */
            iload 1 /* read */
            invokevirtual io.undertow.protocols.http2.Http2Channel.updateReceiveFlowControlWindow:(I)V
         5: .line 189
            aload 2 /* http2Channel */
            invokevirtual io.undertow.protocols.http2.Http2Channel.getInitialReceiveWindowSize:()I
            istore 3 /* initialWindowSize */
        start local 3 // int initialWindowSize
         6: .line 191
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
            iload 3 /* initialWindowSize */
            iconst_2
            idiv
            if_icmpge 10
         7: .line 192
            iload 3 /* initialWindowSize */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
            isub
            istore 4 /* delta */
        start local 4 // int delta
         8: .line 193
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
            iload 4 /* delta */
            iadd
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.flowControlWindow:I
         9: .line 194
            aload 2 /* http2Channel */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            iload 4 /* delta */
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendUpdateWindowSize:(II)V
        end local 4 // int delta
        10: .line 196
      StackMap locals: io.undertow.protocols.http2.Http2Channel int
      StackMap stack:
            return
        end local 3 // int initialWindowSize
        end local 2 // io.undertow.protocols.http2.Http2Channel http2Channel
        end local 1 // int read
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0   11     1               read  I
            4   11     2       http2Channel  Lio/undertow/protocols/http2/Http2Channel;
            6   11     3  initialWindowSize  I
            8   10     4              delta  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      read  final

  protected void complete();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 200
            aload 0 /* this */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.complete:()V
         1: .line 201
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.completionListener:Lorg/xnio/ChannelListener;
            ifnull 3
         2: .line 202
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.completionListener:Lorg/xnio/ChannelListener;
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         3: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
    Exceptions:
      throws java.io.IOException

  public io.undertow.util.HeaderMap getHeaders();
    descriptor: ()Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 207
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.headers:Lio/undertow/util/HeaderMap;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

  public org.xnio.ChannelListener<io.undertow.protocols.http2.Http2StreamSourceChannel> getCompletionListener();
    descriptor: ()Lorg/xnio/ChannelListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 211
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.completionListener:Lorg/xnio/ChannelListener;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
    Signature: ()Lorg/xnio/ChannelListener<Lio/undertow/protocols/http2/Http2StreamSourceChannel;>;

  public void setCompletionListener(org.xnio.ChannelListener<io.undertow.protocols.http2.Http2StreamSourceChannel>);
    descriptor: (Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // org.xnio.ChannelListener completionListener
         0: .line 215
            aload 0 /* this */
            aload 1 /* completionListener */
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.completionListener:Lorg/xnio/ChannelListener;
         1: .line 216
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.isComplete:()Z
            ifeq 3
         2: .line 217
            aload 0 /* this */
            aload 1 /* completionListener */
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         3: .line 219
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.ChannelListener completionListener
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    4     1  completionListener  Lorg/xnio/ChannelListener<Lio/undertow/protocols/http2/Http2StreamSourceChannel;>;
    Signature: (Lorg/xnio/ChannelListener<Lio/undertow/protocols/http2/Http2StreamSourceChannel;>;)V
    MethodParameters:
                    Name  Flags
      completionListener  

  void rstStream(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // int error
         0: .line 223
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.rst:Z
            ifeq 2
         1: .line 224
            return
         2: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.rst:Z
         3: .line 227
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.markStreamBroken:()V
         4: .line 228
            return
        end local 1 // int error
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    5     1  error  I
    MethodParameters:
       Name  Flags
      error  

  protected void channelForciblyClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 232
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.completionListener:Lorg/xnio/ChannelListener;
            ifnull 2
         1: .line 233
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.completionListener:Lorg/xnio/ChannelListener;
            aload 0 /* this */
            invokeinterface org.xnio.ChannelListener.handleEvent:(Ljava/nio/channels/Channel;)V
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.ignoreForceClose:Z
            ifne 4
         3: .line 236
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getHttp2Channel:()Lio/undertow/protocols/http2/Http2Channel;
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            bipush 8
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendRstStream:(II)V
         4: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.markStreamBroken:()V
         5: .line 239
            return
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

  public void setIgnoreForceClose(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // boolean ignoreForceClose
         0: .line 242
            aload 0 /* this */
            iload 1 /* ignoreForceClose */
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.ignoreForceClose:Z
         1: .line 243
            return
        end local 1 // boolean ignoreForceClose
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    2     1  ignoreForceClose  Z
    MethodParameters:
                  Name  Flags
      ignoreForceClose  

  public boolean isIgnoreForceClose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 246
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.ignoreForceClose:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

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

  boolean isHeadersEndStream();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 254
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.headersEndStream:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

  public io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler getTrailersHandler();
    descriptor: ()Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 258
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.trailersHandler:Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

  public void setTrailersHandler(io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler);
    descriptor: (Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler trailersHandler
         0: .line 262
            aload 0 /* this */
            aload 1 /* trailersHandler */
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.trailersHandler:Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
         1: .line 263
            return
        end local 1 // io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler trailersHandler
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0    2     1  trailersHandler  Lio/undertow/protocols/http2/Http2StreamSourceChannel$TrailersHandler;
    MethodParameters:
                 Name  Flags
      trailersHandler  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
         0: .line 267
            new java.lang.StringBuilder
            dup
            ldc "Http2StreamSourceChannel{headers="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 268
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.headers:Lio/undertow/util/HeaderMap;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 269
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         3: .line 267
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;

  void updateContentSize(long, boolean);
    descriptor: (JZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
        start local 1 // long frameLength
        start local 3 // boolean last
         0: .line 278
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
            ldc -1
            lcmp
            ifeq 9
         1: .line 279
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
            lload 1 /* frameLength */
            lsub
            putfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
         2: .line 280
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
            lconst_0
            lcmp
            ifge 6
         3: .line 281
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            ldc "Closing stream %s on %s as data length exceeds content size"
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/String;ILjava/lang/Object;)V
         4: .line 282
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            iconst_1
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendRstStream:(II)V
         5: .line 283
            goto 9
      StackMap locals:
      StackMap stack:
         6: iload 3 /* last */
            ifeq 9
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.contentLengthRemaining:J
            lconst_0
            lcmp
            ifeq 9
         7: .line 284
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            ldc "Closing stream %s on %s as data length was less than content size"
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/String;ILjava/lang/Object;)V
         8: .line 285
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2StreamSourceChannel.streamId:I
            iconst_1
            invokevirtual io.undertow.protocols.http2.Http2Channel.sendRstStream:(II)V
         9: .line 288
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean last
        end local 1 // long frameLength
        end local 0 // io.undertow.protocols.http2.Http2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lio/undertow/protocols/http2/Http2StreamSourceChannel;
            0   10     1  frameLength  J
            0   10     3         last  Z
    MethodParameters:
             Name  Flags
      frameLength  
      last         
}
SourceFile: "Http2StreamSourceChannel.java"
NestMembers:
  io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler
InnerClasses:
  public abstract TrailersHandler = io.undertow.protocols.http2.Http2StreamSourceChannel$TrailersHandler of io.undertow.protocols.http2.Http2StreamSourceChannel