Enums§
- Frame
Outcome - 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).