ResetStreamFrame class
RESET_STREAM Frame (Type 0x06) Informs the peer that a stream is being abruptly terminated.
Constructors
- ResetStreamFrame.new({required int errorCode})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → Uint8List -
Serialize the frame into a byte list.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromBytes(
ByteData view, int offset) → ResetStreamFrame -
A factory constructor to deserialize a frame from bytes.
override