caesar_core
0.3.2
Module client
Structs
Constants
Functions
In caesar_core::receiver
?
Module
caesar_core
::
receiver
::
client
source
·
[
−
]
Structs
§
Context
🔒
Represents the state of the receiver.
File
🔒
Represents a file to be transferred.
Constants
§
DESTINATION
🔒
NONCE_SIZE
🔒
Functions
§
on_chunk
🔒
Handle a chunk packet.
on_error
🔒
Handle the error packet.
on_handshake
🔒
Handle the handshake packet.
on_join_room
🔒
Handle the join room packet.
on_leave_room
🔒
Handle the leave room packet.
on_list
🔒
Handle the list packet.
on_message
🔒
Handle a message received from the WebSocket connection.
start
Starts the receiver’s client.