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, waitclose, isOpen, sendMessage, sendMessagepublic AbstractWebSocketConnection(AbstractWebSocketProcessor webSocketProcessor)
webSocketProcessor - the web socket processor to delegate topublic void sendMessage(IWebSocketPushMessage message)
IWebSocketConnectionsendMessage in interface IWebSocketConnectionmessage - the push message to sendCopyright © 2006–2018 Apache Software Foundation. All rights reserved.