HeadersFrame

Undocumented in source.

Constructors

this
this(HttpMetaData metaData, PriorityFrame priority, bool endStream)

<p> Creates a new {@code HEADERS} frame with an unspecified stream {@code id} . </p> <p> The stream {@code id} will be generated by the implementation while sending this frame to the other peer. </p>

this
this(int streamId, HttpMetaData metaData, PriorityFrame priority, bool endStream)

<p> Creates a new {@code HEADERS} frame with the specified stream {@code id}. </p> <p> {@code HEADERS} frames with a specific stream {@code id} are typically used in responses to request {@code HEADERS} frames. </p>

Members

Functions

getMetaData
HttpMetaData getMetaData()
Undocumented in source. Be warned that the author may not have intended to support it.
getPriority
PriorityFrame getPriority()
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.
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