RespServerConnection class abstract
A connection to a RESP server. It has to provide an outputSink and an inputStream. The outputSink is used by RespClient to write requests to the server. The inputStream is used by RespClient to read responses from the server.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputStream
→ Stream<
List< int> > -
no setter
-
outputSink
→ StreamSink<
List< int> > -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited