public abstract class AbstractWebSocketConnection extends Object implements IWebSocketConnection
Constructor and Description |
---|
AbstractWebSocketConnection(AbstractWebSocketProcessor webSocketProcessor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
sendMessage(IWebSocketPushMessage message)
Broadcasts a push message to the wicket page (and it's components) associated with this
connection.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, isOpen, sendMessage, sendMessage
public AbstractWebSocketConnection(AbstractWebSocketProcessor webSocketProcessor)
webSocketProcessor
- the web socket processor to delegate topublic void sendMessage(IWebSocketPushMessage message)
IWebSocketConnection
sendMessage
in interface IWebSocketConnection
message
- the push message to sendCopyright © 2006–2022 Apache Software Foundation. All rights reserved.