| Package | Description |
|---|---|
| org.apache.wicket.protocol.ws.api | |
| org.apache.wicket.protocol.ws.api.event |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebSocketResource.onMessage(WebSocketRequestHandler handler,
BinaryMessage binaryMessage)
A callback method called when there is a binary message sent by the client
|
protected void |
WebSocketBehavior.onMessage(WebSocketRequestHandler handler,
BinaryMessage binaryMessage)
A callback method called when there is a binary message sent by the client
|
| Modifier and Type | Method and Description |
|---|---|
BinaryMessage |
WebSocketBinaryPayload.getMessage() |
| Constructor and Description |
|---|
WebSocketBinaryPayload(BinaryMessage binaryMessage,
WebSocketRequestHandler handler) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.