Forest::Frame
Inherits Reference / Object
Constructors
from_io(io : IO, continuation : Bool = false, hpack_decoder : Hpack::Decoder | Nil = nil, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE, maximum_header_continuation_size : Int32 = MAX_HEADER_CONTINUATION_SIZE) : Frame
SourceClass methods
parse_exclusive_stream_dependency(io : IO) : Tuple(UInt32, Int32)
Sourceparse_length_type(io : IO) : Tuple(Int32, UInt32)
Sourceparse_promised_stream_id(io : IO) : Int32
Sourceparse_stream_identifier(io : IO) : Int32
Sourceparse_window_size_increment(io : IO) : Int32
Sourceread_bytes(io, size : Int32)
Sourcewrite_error(io : IO, error : Error)
Sourcewrite_exclusive_stream_dependency(io : IO, exclusive_stream_dependency : Int32)
Sourcewrite_length_type(io : IO, length : Int32, type : Type)
Sourcewrite_padding(io : IO, padding_length : UInt8, data : Bytes | Nil = nil)
Sourcewrite_promised_stream_id(io : IO, promised_stream_id : Int32)
Sourcewrite_stream_identifier(io : IO, stream_identifier : Int32)
Sourcewrite_window_size_increment(io : IO, window_size_increment : Int32)
SourceInstance methods
streamIdentifier
Source