Uses of Class
com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Packages that use RoutedMessage
Package
Description
Contains classes that pertain to the router.
Contains data classes related to the router.
-
Uses of RoutedMessage in com.tccc.kos.commons.web.websocket.router
Methods in com.tccc.kos.commons.web.websocket.router with parameters of type RoutedMessageModifier and TypeMethodDescriptionvoidRouterEngine.sendMsg(WebsocketConnection conn, RoutedMessage msg) Convenience method to send a message to a connection -
Uses of RoutedMessage in com.tccc.kos.commons.web.websocket.router.msg
Subclasses of RoutedMessage in com.tccc.kos.commons.web.websocket.router.msgModifier and TypeClassDescriptionclassAll inbound messages to the router are in text form since they originate from a websocket message.classOutbound messages passed to the router from java to be sent to another node / client on the network.Methods in com.tccc.kos.commons.web.websocket.router.msg with parameters of type RoutedMessageModifier and TypeMethodDescriptionMessageSerializer.toString(RoutedMessage msg) Convert a Message to a string representation suitable for sending over websocket.