Uses of Package
com.tccc.kos.commons.web.websocket.router.msg
Packages that use com.tccc.kos.commons.web.websocket.router.msg
Package
Description
Contains classes that pertain to the router.
Contains data classes related to the router.
-
Classes in com.tccc.kos.commons.web.websocket.router.msg used by com.tccc.kos.commons.web.websocket.routerClassDescriptionAll inbound messages to the router are in text form since they originate from a websocket message.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.
-
Classes in com.tccc.kos.commons.web.websocket.router.msg used by com.tccc.kos.commons.web.websocket.router.msgClassDescriptionAll inbound messages to the router are in text form since they originate from a websocket message.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.