Uses of Class
org.apache.wicket.protocol.ws.api.message.BinaryMessage

Packages that use BinaryMessage
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
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
 

Uses of BinaryMessage in org.apache.wicket.protocol.ws.api.event
 

Methods in org.apache.wicket.protocol.ws.api.event that return BinaryMessage
 BinaryMessage WebSocketBinaryPayload.getMessage()
           
 

Constructors in org.apache.wicket.protocol.ws.api.event with parameters of type BinaryMessage
WebSocketBinaryPayload(BinaryMessage binaryMessage, WebSocketRequestHandler handler)
           
 



Copyright © 2006–2020 Apache Software Foundation. All rights reserved.