FrameHeader

Undocumented in source.

Constructors

this
this(uint _length, FrameType _type, FrameFlags _flags, int _stream_id)
Undocumented in source.
this
this(ubyte* buf)
Undocumented in source.

Members

Functions

addPad
void addPad(Buffers bufs, int padlen, bool framehd_only)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
pack
void pack(ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
packShared
void packShared(Buffers bufs)
Undocumented in source. Be warned that the author may not have intended to support it.
unpack
void unpack(ubyte* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
unpack
void unpack(ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

flags
FrameFlags flags;
Undocumented in source.
length
uint length;

The length after this header

reserved
ubyte reserved;
Undocumented in source.
stream_id
int stream_id;
Undocumented in source.
type
FrameType type;
Undocumented in source.

Meta