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 TypeClassDescriptionclass
class
-
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 void
LongPollingMgr.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 void
LongPollingMgr.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.comet
Classes in org.eclnt.jsfserver.polling.comet that implement ILongPolling -
Uses of ILongPolling in org.eclnt.jsfserver.polling.websocket
Classes in org.eclnt.jsfserver.polling.websocket that implement ILongPollingModifier and TypeClassDescriptionclass
Server side web socket processing for WEBSOCKETPOLLING component.