public class io.undertow.protocols.http2.Http2PingStreamSourceChannel 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.Http2PingStreamSourceChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
{
  private final byte[] data;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean ack;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.undertow.protocols.http2.Http2Channel, byte[], boolean);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;[BZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2PingStreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        start local 2 // byte[] pingData
        start local 3 // boolean ack
         0: .line 32
            aload 0 /* this */
            aload 1 /* framedChannel */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;)V
         1: .line 33
            aload 0 /* this */
            aload 2 /* pingData */
            putfield io.undertow.protocols.http2.Http2PingStreamSourceChannel.data:[B
         2: .line 34
            aload 0 /* this */
            iload 3 /* ack */
            putfield io.undertow.protocols.http2.Http2PingStreamSourceChannel.ack:Z
         3: .line 35
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2PingStreamSourceChannel.lastFrame:()V
         4: .line 36
            return
        end local 3 // boolean ack
        end local 2 // byte[] pingData
        end local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        end local 0 // io.undertow.protocols.http2.Http2PingStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/undertow/protocols/http2/Http2PingStreamSourceChannel;
            0    5     1  framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0    5     2       pingData  [B
            0    5     3            ack  Z
    MethodParameters:
               Name  Flags
      framedChannel  
      pingData       
      ack            

  public byte[] getData();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PingStreamSourceChannel this
         0: .line 39
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PingStreamSourceChannel.data:[B
            areturn
        end local 0 // io.undertow.protocols.http2.Http2PingStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PingStreamSourceChannel;

  public boolean isAck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PingStreamSourceChannel this
         0: .line 43
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PingStreamSourceChannel.ack:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2PingStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PingStreamSourceChannel;
}
SourceFile: "Http2PingStreamSourceChannel.java"