Module websocket::sender

source ·
Expand description

The default implementation of a WebSocket Sender.

Structs§

  • A Sender that wraps a Writer and provides a default implementation using DataFrames and Messages.
  • A writer that bundles a stream with a serializer to send the messages. This is used in the client’s .split() function as the writing component.

Enums§