class

Forest::Frame::Settings

Inherits Forest::Frame / Reference / Object

Constructors

from_io(io : IO, length : Int32, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Settings
Source
new(streamIdentifier : Int32, settings : Array(Tuple(Parameter, Int32)) | Nil)
Source

Class methods

type
Source
write_flag(io : IO, ack : Bool | Nil)
Source

Instance methods

ack=(ack : Bool | Nil)
Source
settings
Source
settings=(settings : Array(Tuple(Parameter, Int32)) | Nil)
Source
streamIdentifier
Source
streamIdentifier=(streamIdentifier : Int32)
Source
to_io(io : IO)
Source

Nested types