- control
List!(ByteBuffer) control(Frame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
- data
Tuple!(int, List!(ByteBuffer)) data(DataFrame frame, int maxLength)
Encode data frame to binary codes
@param frame DataFrame
@param maxLength The max length of DataFrame
@return A pair of encoding result. The first field is frame length which contains header frame and data frame.
The second field is binary codes.
- getControlGenerator
T getControlGenerator(FrameType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHeaderTableSize
void setHeaderTableSize(int headerTableSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaxFrameSize
void setMaxFrameSize(int maxFrameSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaxHeaderListSize
void setMaxHeaderListSize(int value)
Undocumented in source. Be warned that the author may not have intended to support it.