Http2Generator.data

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.

class Http2Generator
Tuple!(int, List!(ByteBuffer))
data

Meta