ChatServer class abstract interface

Implemented types
Implementers

Constructors

ChatServer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servername String
no setter

Methods

authenticate({required String nick, required String user, String? password}) Future<(bool, String?)>
inherited
broadcast(List<int> data, {required Client from, required String to}) Future<void>
changeClientNick({required Client client, required String from, required String to}) bool
isOn(String nick) bool
join(List<int> data, {required String channel, required String? key, required Client user}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
part(List<int> data, {required Channel channel, required Client user}) Future<void>
registerClientWithNick(String nick, Client client) bool
sendMotd({required Client to}) Future<void>
toString() String
A string representation of this object.
inherited
unicast(List<int> data, {required Client from, required String to}) Future<void>

Operators

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