class

Forest::Frame::GoAway

Inherits Forest::Frame / Reference / Object

Constructors

from_io(io : IO, length : Int32, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : GoAway
Source
new(streamIdentifier : Int32, promisedStreamId : Int32, error : Error = Error::NoError)
Source

Class methods

type
Source
write_flag(io : IO)
Source

Instance methods

error
Source
error=(error : Error)
Source
promisedStreamId
Source
promisedStreamId=(promisedStreamId : Int32)
Source
streamIdentifier
Source
streamIdentifier=(streamIdentifier : Int32)
Source
to_io(io : IO)
Source