PriorityGenerator

Constructors

this
this(HeaderGenerator headerGenerator)
Undocumented in source.

Members

Functions

generate
List!(ByteBuffer) generate(Frame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
generatePriority
ByteBuffer generatePriority(int streamId, int parentStreamId, int weight, bool exclusive)
Undocumented in source. Be warned that the author may not have intended to support it.
generatePriorityBody
void generatePriorityBody(ByteBuffer header, int streamId, int parentStreamId, int weight, bool exclusive)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FrameGenerator

getMaxFrameSize
int getMaxFrameSize()
Undocumented in source. Be warned that the author may not have intended to support it.
generateHeader
ByteBuffer generateHeader(FrameType frameType, int length, int flags, int streamId)
Undocumented in source. Be warned that the author may not have intended to support it.
generate
List!(ByteBuffer) generate(Frame frame)
Undocumented in source.

Meta