[][src]Module websocket::receiver

The default implementation of a WebSocket Receiver.

Structs

Reader

This reader bundles an existing stream with a parsing algorithm. It is used by the client in its .split() function as the reading component.

Receiver

A Receiver that wraps a Reader and provides a default implementation using DataFrames and Messages.

Enums

Shutdown

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