Module webwire::transport[][src]

Expand description

This module contains the transport neutral types and traits.

Modules

Websocket transport

Enums

This error is returned by the FrameHandler when handling frames.

This error is used whenever something happens with the transport.

Traits

The frame handler is used for the receiving channel between the transport and engine.

A transport is typically a single client-server connection but could also be used to implement messaging via a message queuing service.