Skip to main content

Module frame

Module frame 

Source

Enums§

FrameOutcome
Outcome of a timed frame read attempt.

Functions§

recv_frame_plain
Receive a plaintext (pre-auth) frame and deserialize it.
recv_frame_read
Receive a framed message via an OwnedReadHalf (split connection).
recv_frame_with_keepalive
Read one frame with a 60-second keepalive timeout (PING_DELAY_SECS).
send_frame
Send a framed message using the active transport kind.
send_frame_write
Send a framed message via an OwnedWriteHalf (split connection).