Uses of Class
org.apache.wicket.protocol.ws.api.message.BinaryMessage
-
Packages that use BinaryMessage Package Description org.apache.wicket.protocol.ws.api org.apache.wicket.protocol.ws.api.event -
-
Uses of BinaryMessage in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type BinaryMessage Modifier and Type Method Description protected voidWebSocketBehavior. onMessage(WebSocketRequestHandler handler, BinaryMessage binaryMessage)A callback method called when there is a binary message sent by the clientprotected voidWebSocketResource. onMessage(WebSocketRequestHandler handler, BinaryMessage binaryMessage)A callback method called when there is a binary message sent by the client -
Uses of BinaryMessage in org.apache.wicket.protocol.ws.api.event
Methods in org.apache.wicket.protocol.ws.api.event that return BinaryMessage Modifier and Type Method Description BinaryMessageWebSocketBinaryPayload. getMessage()Constructors in org.apache.wicket.protocol.ws.api.event with parameters of type BinaryMessage Constructor Description WebSocketBinaryPayload(BinaryMessage binaryMessage, WebSocketRequestHandler handler)
-