SocketControlMessageMixin mixin

class MySocketControlMessage with SocketControlMessageMixin implements SocketControlMessage { 
  // Must override 
  @override 
  SocketControlMessage get socketControlMessage;
  ...
}
Implemented types

Properties

data Uint8List
Actual bytes that were passed as part of the control message by the underlying platform.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
level int
A platform specific value used to determine the kind of control message.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketControlMessage SocketControlMessage
no setter
type int
A platform specific value used to determine the kind of control message.
no setteroverride

Methods

extractHandles() List<ResourceHandle>
Extracts the list of handles embedded in this message.
override
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