Uses of Class
org.faceless.publisher.web.AbstractWebsocketSession
Packages that use AbstractWebsocketSession
-
Uses of AbstractWebsocketSession in org.faceless.publisher.web
Methods in org.faceless.publisher.web with parameters of type AbstractWebsocketSessionModifier and TypeMethodDescriptionvoid
BfoWebsocketController.receive
(AbstractWebsocketSession session, Json json) void
WebsocketController.receive
(AbstractWebsocketSession session, Json json) Process the json command against the AbstractWebsocketSession - when overriding, make sure to "return super.process(session)" as the last operation