public class io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel extends io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel<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.AbstractHttp2StreamSinkChannel
  super_class: io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
{
  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.AbstractHttp2StreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
         0: .line 29
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel.<init>:(Lio/undertow/server/protocol/framed/AbstractFramedChannel;)V
         1: .line 30
            return
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;
            0    2     1  channel  Lio/undertow/protocols/http2/Http2Channel;
    MethodParameters:
         Name  Flags
      channel  

  protected boolean isLastFrame();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel this
         0: .line 34
            iconst_0
            ireturn
        end local 0 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;
}
Signature: Lio/undertow/server/protocol/framed/AbstractFramedStreamSinkChannel<Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
SourceFile: "AbstractHttp2StreamSinkChannel.java"