Uses of Interface
org.eclnt.jsfserver.polling.ILongPolling
Packages that use ILongPolling
Package
Description
-
Uses of ILongPolling in org.eclnt.jsfserver.defaultscreens
Classes in org.eclnt.jsfserver.defaultscreens that implement ILongPolling -
Uses of ILongPolling in org.eclnt.jsfserver.elements.polling
Classes in org.eclnt.jsfserver.elements.polling that implement ILongPollingModifier and TypeClassDescriptionclassclass -
Uses of ILongPolling in org.eclnt.jsfserver.polling
Classes in org.eclnt.jsfserver.polling that implement ILongPollingMethods in org.eclnt.jsfserver.polling with parameters of type ILongPollingModifier and TypeMethodDescriptionstatic voidLongPollingMgr.add(ILongPolling longPolling) Add long polling object so that it is centrally registered with its id - to be later be picked up by a request from browser side, into which the id is encoded as well.static voidLongPollingMgr.remove(ILongPolling longPolling) Please pay attention: thinking about the "remove" is "more important" than thinking about the "add"...! -
Uses of ILongPolling in org.eclnt.jsfserver.polling.websocket
Classes in org.eclnt.jsfserver.polling.websocket that implement ILongPollingModifier and TypeClassDescriptionclassServer side web socket processing for WEBSOCKETPOLLING component.