ReversedNetworkerPipe<I, O> class final

Inheritance

Constructors

ReversedNetworkerPipe(NetworkerPipe<O, I> pipe)

Properties

hashCode int
The hash code for this object.
no setterinherited
pipe NetworkerPipe<O, I>
final
read Stream<NetworkerPacket<O>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write Stream<NetworkerPacket<I>>
no setterinherited

Methods

connect(NetworkerPipe<O, dynamic> pipe) → void
inherited
decode(I data) → O
override
decodeChannel(I data, Channel channel) → (O, Channel)?
inherited
disconnect(NetworkerPipe<O, dynamic> pipe) → void
inherited
encode(O data) → I
override
encodeChannel(O data, Channel channel) → (I, Channel)?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(I data, [Channel channel = kAnyChannel]) → void
inherited
sendMessage(O data, [Channel channel = kAnyChannel]) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited