public class io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel extends io.undertow.protocols.http2.Http2DataStreamSinkChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
  super_class: io.undertow.protocols.http2.Http2DataStreamSinkChannel
{
  private final int pushedStreamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.util.HeaderMap, int, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/util/HeaderMap;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
        start local 2 // io.undertow.util.HeaderMap requestHeaders
        start local 3 // int associatedStreamId
        start local 4 // int pushedStreamId
         0: .line 35
            aload 0 /* this */
            aload 1 /* channel */
            iload 3 /* associatedStreamId */
            aload 2 /* requestHeaders */
            iconst_5
            invokespecial io.undertow.protocols.http2.Http2DataStreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;ILio/undertow/util/HeaderMap;I)V
         1: .line 36
            aload 0 /* this */
            iload 4 /* pushedStreamId */
            putfield io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.pushedStreamId:I
         2: .line 37
            return
        end local 4 // int pushedStreamId
        end local 3 // int associatedStreamId
        end local 2 // io.undertow.util.HeaderMap requestHeaders
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lio/undertow/protocols/http2/Http2PushPromiseStreamSinkChannel;
            0    3     1             channel  Lio/undertow/protocols/http2/Http2Channel;
            0    3     2      requestHeaders  Lio/undertow/util/HeaderMap;
            0    3     3  associatedStreamId  I
            0    3     4      pushedStreamId  I
    MethodParameters:
                    Name  Flags
      channel             
      requestHeaders      
      associatedStreamId  
      pushedStreamId      

  protected void writeBeforeHeaderBlock(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 41
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.pushedStreamId:I
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         1: .line 42
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.pushedStreamId:I
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         2: .line 43
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.pushedStreamId:I
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         3: .line 44
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.pushedStreamId:I
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         4: .line 45
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/undertow/protocols/http2/Http2PushPromiseStreamSinkChannel;
            0    5     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  protected int grabFlowControlBytes(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel this
        start local 1 // int bytes
         0: .line 53
            iload 1 /* bytes */
            ireturn
        end local 1 // int bytes
        end local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/protocols/http2/Http2PushPromiseStreamSinkChannel;
            0    1     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  
}
SourceFile: "Http2PushPromiseStreamSinkChannel.java"