Package com.tccc.kos.commons.web.websocket.router
package com.tccc.kos.commons.web.websocket.router
Contains classes that pertain to the router.
- Since:
- 1.0
- Version:
- 2022-10-21
-
ClassDescriptionThis interface provides callback methods for when routers are added or removed from the forwarding table.Interface to be notified when a given websocket address is no longer valid.Represents a router connection which is the combination of address and websocket connection to the router.This is the core of the websocket router.This interface provides callback methods for when routers are added or removed from the forwarding table.When a message is to be processed locally by the router it will search the list of registered handlers for the message type and forward the message to the handler for processing.This is the front-end to the websocket router.