MessageHandler class
- Implemented types
Constructors
- MessageHandler.new(Connection _connection)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messagesStream
→ Stream<
MessageStanza?> -
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
-
sendMessage(
Jid to, String text) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
instances
↔ Map<
Connection, MessageHandler> -
getter/setter pair
Static Methods
-
getInstance(
Connection connection) → MessageHandler -
removeInstance(
Connection connection) → void