WindowUpdateGenerator

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.
generateWindowUpdate
ByteBuffer generateWindowUpdate(int streamId, int windowUpdate)
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