FrameWriter class
Constructors
- FrameWriter(TuningSettings _tuningSettings)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputEncoder → TypeEncoder
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pipe(
Sink sink) → void -
Pipe encoded frame data to
sink
-
toString(
) → String -
A string representation of this object.
inherited
-
writeHeartbeat(
) → void -
writeMessage(
int channelId, Message message, {MessageProperties? properties, Object? payloadContent}) → void -
writeProtocolHeader(
int protocolVersion, int majorVersion, int minorVersion, int revision) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited