Package com.tccc.kos.commons.web.websocket.router.msg


package com.tccc.kos.commons.web.websocket.router.msg
Contains data classes related to the router.
Since:
1.0
Version:
2022-10-21
  • Classes
    Class
    Description
    All inbound messages to the router are in text form since they originate from a websocket message.
    Convert a Message to text.
    Outbound messages passed to the router from java to be sent to another node / client on the network.
    Abstract base class for all messages that pass through the router.