public class io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel extends io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel<io.undertow.protocols.http2.Http2Channel, io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel, io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
  super_class: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
{
  void <init>(io.undertow.protocols.http2.Http2Channel);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
         0: .line 34
            aload 0 /* this */
            aload 1 /* framedChannel */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.<init>:(Lio/undertow/server/protocol/framed/AbstractFramedChannel;)V
         1: .line 35
            return
        end local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;
            0    2     1  framedChannel  Lio/undertow/protocols/http2/Http2Channel;
    MethodParameters:
               Name  Flags
      framedChannel  

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.connector.PooledByteBuffer, long);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        start local 2 // io.undertow.connector.PooledByteBuffer data
        start local 3 // long frameDataRemaining
         0: .line 38
            aload 0 /* this */
            aload 1 /* framedChannel */
            aload 2 /* data */
            lload 3 /* frameDataRemaining */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.<init>:(Lio/undertow/server/protocol/framed/AbstractFramedChannel;Lio/undertow/connector/PooledByteBuffer;J)V
         1: .line 39
            return
        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.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;
            0    2     1       framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0    2     2                data  Lio/undertow/connector/PooledByteBuffer;
            0    2     3  frameDataRemaining  J
    MethodParameters:
                    Name  Flags
      framedChannel       
      data                
      frameDataRemaining  

  protected void handleHeaderData(io.undertow.server.protocol.framed.FrameHeaderData);
    descriptor: (Lio/undertow/server/protocol/framed/FrameHeaderData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
        start local 1 // io.undertow.server.protocol.framed.FrameHeaderData headerData
         0: .line 44
            return
        end local 1 // io.undertow.server.protocol.framed.FrameHeaderData headerData
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;
            0    1     1  headerData  Lio/undertow/server/protocol/framed/FrameHeaderData;
    MethodParameters:
            Name  Flags
      headerData  

  protected io.undertow.protocols.http2.Http2Channel getFramedChannel();
    descriptor: ()Lio/undertow/protocols/http2/Http2Channel;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
         0: .line 48
            aload 0 /* this */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.getFramedChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            areturn
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;

  public io.undertow.protocols.http2.Http2Channel getHttp2Channel();
    descriptor: ()Lio/undertow/protocols/http2/Http2Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
         0: .line 52
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            areturn
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;

  protected void lastFrame();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
         0: .line 57
            aload 0 /* this */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.lastFrame:()V
         1: .line 58
            return
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;

  void rstStream();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
         0: .line 61
            aload 0 /* this */
            bipush 8
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.rstStream:(I)V
         1: .line 62
            return
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;

  void rstStream(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
        start local 1 // int error
         0: .line 66
            return
        end local 1 // int error
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;
            0    1     1  error  I
    MethodParameters:
       Name  Flags
      error  

  protected void markStreamBroken();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
         0: .line 68
            aload 0 /* this */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.markStreamBroken:()V
         1: .line 69
            return
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;

  protected io.undertow.server.protocol.framed.AbstractFramedChannel getFramedChannel();
    descriptor: ()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.getFramedChannel:()Lio/undertow/protocols/http2/Http2Channel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel<Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
SourceFile: "AbstractHttp2StreamSourceChannel.java"