public class io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel extends io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
{
  private final io.undertow.util.HeaderMap headers;
    descriptor: Lio/undertow/util/HeaderMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.connector.PooledByteBuffer, long, io.undertow.util.HeaderMap, int, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;JLio/undertow/util/HeaderMap;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel 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 pushedStreamId
        start local 7 // int associatedStreamId
         0: .line 36
            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 37
            aload 0 /* this */
            aload 5 /* headers */
            putfield io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel.headers:Lio/undertow/util/HeaderMap;
         2: .line 38
            aload 0 /* this */
            iload 6 /* pushedStreamId */
            putfield io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel.pushedStreamId:I
         3: .line 39
            aload 0 /* this */
            iload 7 /* associatedStreamId */
            putfield io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel.associatedStreamId:I
         4: .line 40
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel.lastFrame:()V
         5: .line 41
            return
        end local 7 // int associatedStreamId
        end local 6 // int pushedStreamId
        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.Http2PushPromiseStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lio/undertow/protocols/http2/Http2PushPromiseStreamSourceChannel;
            0    6     1       framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0    6     2                data  Lio/undertow/connector/PooledByteBuffer;
            0    6     3  frameDataRemaining  J
            0    6     5             headers  Lio/undertow/util/HeaderMap;
            0    6     6      pushedStreamId  I
            0    6     7  associatedStreamId  I
    MethodParameters:
                    Name  Flags
      framedChannel       
      data                
      frameDataRemaining  
      headers             
      pushedStreamId      
      associatedStreamId  

  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.Http2PushPromiseStreamSourceChannel this
         0: .line 44
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel.headers:Lio/undertow/util/HeaderMap;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PushPromiseStreamSourceChannel;

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

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