Packet class
Packet: Example wrapper for encrypting/decrypting packets with Kaalka.
Properties
Methods
-
decrypt(
) → Future< String> - Decrypt the packet data.
-
encrypt(
) → Future< void> - Encrypt the packet data.
-
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
Static Methods
-
receive_data_over_network(
) → Future< String> -
receiver(
) → void -
send_data_over_network(
String data) → void -
sender(
) → void