fmgp.did.framework.TransportWSImp
See theTransportWSImp companion object
class TransportWSImp[MSG](outboundBuf: Queue[MSG], inboundBuf: Hub[MSG], val ws: Websocket[Throwable]) extends TransportWS[Any, MSG]
this API is still a WIP
The Auto reconnect feature was remove.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Reciving from the other side. Income Messages
Send to the other side. Out going Messages
Describe properties about the Flow (direction) of data for this transport
Describe properties about the Flow (direction) of data for this transport
Attributes
Describe properties about the Type connection in this transport
Describe properties about the Type connection in this transport
Attributes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- TransportWS
In this article