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 TypeMethodDescriptionvoidBfoWebsocketController.receive(AbstractWebsocketSession session, Json json) voidWebsocketController.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