Module websocket::sender[][src]

The default implementation of a WebSocket Sender.

Structs

Sender

A Sender that wraps a Writer and provides a default implementation using DataFrames and Messages.

Writer

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

Shutdown

Possible values which can be passed to the TcpStream::shutdown method.