[][src]Module soketto::connection

A futures::Stream + futures::Sink implementation which produces and consumes base::Data items.

Structs

Connection

A Connection implements Stream and Sink using the base::Codec to encode and decode data as websocket base frames.

Enums

Error

Connection error cases.

Mode

Is the Connection used by a client or server?