|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IPushNode in org.wicketstuff.push |
|---|
| Fields in org.wicketstuff.push with type parameters of type IPushNode | |
|---|---|
protected ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>> |
AbstractPushService.nodesByChannels
|
| Methods in org.wicketstuff.push that return IPushNode | ||
|---|---|---|
|
IPushService.installNode(Component component,
IPushEventHandler<EventType> handler)
|
|
| Methods in org.wicketstuff.push with parameters of type IPushNode | ||
|---|---|---|
|
AbstractPushService.connectToChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
Connects the given push node to the given push channel |
|
|
IPushService.connectToChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
Connects the given push node to the given push channel |
|
protected void |
AbstractPushService.disconnectFromAllChannels(IPushNode<?> node)
|
|
|
AbstractPushService.disconnectFromChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
|
|
|
IPushService.disconnectFromChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
|
|
boolean |
IPushService.isConnected(IPushNode<?> node)
Determines if the node (client) is still connected, otherwise clears all queued events. |
|
void |
IPushNodeDisconnectedListener.onDisconnect(IPushNode<?> pushChannel)
|
|
void |
IPushEventHandler.onEvent(AjaxRequestTarget target,
EventType event,
IPushNode<EventType> node,
IPushEventContext<EventType> ctx)
|
|
|
IPushService.publish(IPushNode<EventType> node,
EventType event)
Queues the given event for later processing by the associated IPushEventHandler. |
|
void |
IPushService.uninstallNode(Component component,
IPushNode<?> node)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||