class

Forest::Frame::Priority

Inherits Forest::Frame / Reference / Object

Constructors

from_io(io : IO, length : Int32, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Priority
Source
new(streamIdentifier : Int32, exclusive : Bool, streamDependency : Int32, weight : UInt8)
Source

Class methods

type
Source
write_flag(io : IO)
Source

Instance methods

exclusive
Source
exclusive=(exclusive : Bool)
Source
streamDependency
Source
streamDependency=(streamDependency : Int32)
Source
streamIdentifier
Source
streamIdentifier=(streamIdentifier : Int32)
Source
to_io(io : IO)
Source
weight
Source
weight=(weight : UInt8)
Source