| Package | Description |
|---|---|
| org.apache.wicket.protocol.ws.api | |
| org.apache.wicket.protocol.ws.api.event |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketPushBroadcaster.broadcast(ConnectedMessage connection,
IWebSocketPushMessage message)
Processes the given message in the page and session identified by the given Web Socket connection.
|
protected void |
WebSocketResource.onConnect(ConnectedMessage message)
A callback method called when a WebSocket client has connected to the endpoint
handled by this WebSocketBehavior
|
protected void |
WebSocketBehavior.onConnect(ConnectedMessage message)
A callback method called when a WebSocket client has connected to the endpoint
handled by this WebSocketBehavior
|
| Modifier and Type | Method and Description |
|---|---|
ConnectedMessage |
WebSocketConnectedPayload.getMessage() |
| Constructor and Description |
|---|
WebSocketConnectedPayload(ConnectedMessage message,
WebSocketRequestHandler handler) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.