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
Sourcefrom_io(io : IO, length : Int32, hpack_decoder : Hpack::Decoder | Nil = nil, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Continuation
Sourcenew(streamIdentifier : Int32, fragment : Bytes)
SourceClass methods
type
Sourcewrite_flag(io : IO, end_headers : Bool | Nil)
SourceInstance methods
endHeaders
SourceendHeaders=(endHeaders : Bool | Nil)
Sourcefragment
Sourcefragment=(fragment : Bytes)
SourcestreamIdentifier
SourcestreamIdentifier=(streamIdentifier : Int32)
Sourceto_io(io : IO, payload : Bytes)
Sourceto_io(io : IO)
Source