| Package | Description |
|---|---|
| org.apache.wicket.protocol.ws.api | |
| org.apache.wicket.protocol.ws.api.message |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebSocketProcessor.broadcastMessage(IWebSocketMessage message)
Exports the Wicket thread locals and broadcasts the received message from the client to all
interested components and behaviors in the page with id
#pageId |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWebSocketPushMessage
A marker interface for all Web Socket push messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortedMessage
A
message sent when the web socket connection is aborted. |
class |
AbstractClientMessage
A base message for all messages with information about the client
|
class |
BinaryMessage
A
message with binary data |
class |
ClosedMessage
A
message sent when the web socket connection
is closed. |
class |
ConnectedMessage
A
message when a client creates web socket
connection. |
class |
ErrorMessage
A
message sent when there is an error while using the
web socket connection. |
class |
TextMessage
A
message with text data |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.