Forest::Frame::Priority
Inherits Forest::Frame / Reference / Object
Constructors
from_io(io : IO, length : Int32, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Priority
Sourcenew(streamIdentifier : Int32, exclusive : Bool, streamDependency : Int32, weight : UInt8)
SourceClass methods
type
Sourcewrite_flag(io : IO)
SourceInstance methods
exclusive
Sourceexclusive=(exclusive : Bool)
SourcestreamDependency
SourcestreamDependency=(streamDependency : Int32)
SourcestreamIdentifier
SourcestreamIdentifier=(streamIdentifier : Int32)
Sourceto_io(io : IO)
Sourceweight
Sourceweight=(weight : UInt8)
Source