class io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel extends io.undertow.protocols.http2.Http2StreamSinkChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel
  super_class: io.undertow.protocols.http2.Http2StreamSinkChannel
{
  void <init>(io.undertow.protocols.http2.Http2Channel);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
         0: .line 33
            aload 0 /* this */
            aload 1 /* channel */
            iconst_0
            invokespecial io.undertow.protocols.http2.Http2StreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;I)V
         1: .line 34
            return
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/protocols/http2/Http2PrefaceStreamSinkChannel;
            0    2     1  channel  Lio/undertow/protocols/http2/Http2Channel;
    MethodParameters:
         Name  Flags
      channel  

  protected io.undertow.server.protocol.framed.SendFrameHeader createFrameHeaderImpl();
    descriptor: ()Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel this
         0: .line 38
            new io.undertow.server.protocol.framed.SendFrameHeader
            dup
            new io.undertow.util.ImmediatePooledByteBuffer
            dup
            getstatic io.undertow.protocols.http2.Http2Channel.PREFACE_BYTES:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            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 0 // io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PrefaceStreamSinkChannel;
}
SourceFile: "Http2PrefaceStreamSinkChannel.java"