Forest::Frame::GoAway
Inherits Forest::Frame / Reference / Object
Constructors
from_io(io : IO, length : Int32, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : GoAway
Sourcenew(streamIdentifier : Int32, promisedStreamId : Int32, error : Error = Error::NoError)
SourceClass methods
type
Sourcewrite_flag(io : IO)
SourceInstance methods
error
Sourceerror=(error : Error)
SourcepromisedStreamId
SourcepromisedStreamId=(promisedStreamId : Int32)
SourcestreamIdentifier
SourcestreamIdentifier=(streamIdentifier : Int32)
Sourceto_io(io : IO)
Source