DataFrame

Undocumented in source.

Constructors

this
this(int streamId, ByteBuffer data, bool endStream)
Undocumented in source.
this
this(int streamId, ByteBuffer data, bool endStream, int padding)
Undocumented in source.

Members

Functions

getData
ByteBuffer getData()
Undocumented in source. Be warned that the author may not have intended to support it.
getStreamId
int getStreamId()
Undocumented in source. Be warned that the author may not have intended to support it.
isEndStream
bool isEndStream()
Undocumented in source. Be warned that the author may not have intended to support it.
padding
int padding()

@return the number of bytes used for padding that count towards flow control.

remaining
int remaining()

@return the number of data bytes remaining.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Frame

HEADER_LENGTH
enum HEADER_LENGTH;
Undocumented in source.
DEFAULT_MAX_LENGTH
enum DEFAULT_MAX_LENGTH;
Undocumented in source.
MAX_MAX_LENGTH
enum MAX_MAX_LENGTH;
Undocumented in source.
EMPTY_ARRAY
Frame[] EMPTY_ARRAY;
Undocumented in source.
getType
FrameType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta