class io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel extends io.undertow.protocols.http2.Http2NoDataStreamSinkChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel
  super_class: io.undertow.protocols.http2.Http2NoDataStreamSinkChannel
{
  public static final int HEADER_FIRST_LINE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1032

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

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

  protected void <init>(io.undertow.protocols.http2.Http2Channel, int, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
        start local 2 // int streamId
        start local 3 // int deltaWindowSize
         0: .line 39
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial io.undertow.protocols.http2.Http2NoDataStreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;)V
         1: .line 40
            aload 0 /* this */
            iload 2 /* streamId */
            putfield io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel.streamId:I
         2: .line 41
            aload 0 /* this */
            iload 3 /* deltaWindowSize */
            putfield io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel.deltaWindowSize:I
         3: .line 42
            return
        end local 3 // int deltaWindowSize
        end local 2 // int streamId
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/undertow/protocols/http2/Http2WindowUpdateStreamSinkChannel;
            0    4     1          channel  Lio/undertow/protocols/http2/Http2Channel;
            0    4     2         streamId  I
            0    4     3  deltaWindowSize  I
    MethodParameters:
                 Name  Flags
      channel          
      streamId         
      deltaWindowSize  

  protected io.undertow.server.protocol.framed.SendFrameHeader createFrameHeader();
    descriptor: ()Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel this
         0: .line 46
            bipush 13
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 1 /* buf */
        start local 1 // java.nio.ByteBuffer buf
         1: .line 47
            aload 1 /* buf */
            sipush 1032
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         2: .line 48
            aload 1 /* buf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         3: .line 49
            aload 1 /* buf */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel.streamId:I
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         4: .line 50
            aload 1 /* buf */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel.deltaWindowSize:I
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         5: .line 51
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
         6: .line 52
            new io.undertow.server.protocol.framed.SendFrameHeader
            dup
            new io.undertow.util.ImmediatePooledByteBuffer
            dup
            aload 1 /* buf */
            invokespecial io.undertow.util.ImmediatePooledByteBuffer.<init>:(Ljava/nio/ByteBuffer;)V
            invokespecial io.undertow.server.protocol.framed.SendFrameHeader.<init>:(Lio/undertow/connector/PooledByteBuffer;)V
            areturn
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/undertow/protocols/http2/Http2WindowUpdateStreamSinkChannel;
            1    7     1   buf  Ljava/nio/ByteBuffer;
}
SourceFile: "Http2WindowUpdateStreamSinkChannel.java"