SettingsFrame

Undocumented in source.

Constructors

this
this(Map!(int, int) settings, bool reply)
Undocumented in source.

Members

Functions

getSettings
Map!(int, int) getSettings()
Undocumented in source. Be warned that the author may not have intended to support it.
isReply
bool isReply()
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.

Manifest constants

ENABLE_PUSH
enum ENABLE_PUSH;
Undocumented in source.
HEADER_TABLE_SIZE
enum HEADER_TABLE_SIZE;
Undocumented in source.
INITIAL_WINDOW_SIZE
enum INITIAL_WINDOW_SIZE;
Undocumented in source.
MAX_CONCURRENT_STREAMS
enum MAX_CONCURRENT_STREAMS;
Undocumented in source.
MAX_FRAME_SIZE
enum MAX_FRAME_SIZE;
Undocumented in source.
MAX_HEADER_LIST_SIZE
enum MAX_HEADER_LIST_SIZE;
Undocumented in source.

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