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


package com.kosdev.kos.commons.web.websocket.router.msg
Contains data classes related to the router.
Since:
1
Version:
1
  • 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.