Module tetsy_libp2p_websocket::framed[][src]

Structs

Connection

The websocket connection.

WsConfig

A Websocket transport whose output type is a [Stream] and [Sink] of frame payloads which does not implement [AsyncRead] or [AsyncWrite]. See crate::WsConfig if you require the latter.

Enums

IncomingData

Data received over the websocket connection.

OutgoingData

Data sent over the websocket connection.