[][src]Module ws_gonzale::connection

Structs

WsConnection

Our WSConnection after it's been upgraded from a TCPStream

WsEvents

Traits

WsClientHook

Trait that's used on a struct passed to WsConnection so we can set Channels but also listen for events.

Type Definitions

Channels

Channels is sent to the struct implementing WsClientHook so they can use it to send to the mpmc channel or directly to the TcpStream