Module soket::connection[][src]

A persistent websocket connection after the handshake phase, represented as a Sender and Receiver pair.

Structs

Builder

A connection builder.

Receiver

The receiving half of a connection.

Sender

The sending half of a connection.

Enums

Error

Errors which may occur when sending or receiving messages.

Mode

Is the connection used by a client or server?