class

Forest::Frame::Continuation

Inherits Forest::Frame / Reference / Object

Constructors

from_io(io : IO, hpack_decoder : Hpack::Decoder | Nil = nil, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Continuation
Source
from_io(io : IO, length : Int32, hpack_decoder : Hpack::Decoder | Nil = nil, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Continuation
Source
new(streamIdentifier : Int32, fragment : Bytes)
Source

Class methods

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

Instance methods

endHeaders
Source
endHeaders=(endHeaders : Bool | Nil)
Source
fragment
Source
fragment=(fragment : Bytes)
Source
streamIdentifier
Source
streamIdentifier=(streamIdentifier : Int32)
Source
to_io(io : IO, payload : Bytes)
Source
to_io(io : IO)
Source