Module workflow_websocket::server
source · [−]Structs
WebSocketServer that provides the main websocket connection
and message processing loop that delivers messages to the
installed WebSocketHandler trait.
Enums
Traits
WebSocketHandler trait that represents the WebSocket processor
functionality. This trait is supplied to the WebSocket
which subsequently invokes it’s functions during websocket
connection and messages. The trait can override
with_handshake()
method
to enable invocation of the handshake()
method upon receipt of the
first valid websocket message from the incoming connection.