Class BinaryMessage

java.lang.Object
org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
org.apache.wicket.protocol.ws.api.message.BinaryMessage
All Implemented Interfaces:
Serializable, IWebSocketMessage, IClusterable

A message with binary data
Since:
6.0
See Also:
  • Constructor Details

    • BinaryMessage

      public BinaryMessage(WebApplication application, String sessionId, IKey key, byte[] data, int offset, int length)
      Constructor.
      Parameters:
      application - the Wicket application
      sessionId - the id of the http session
      key - the page id or resource name
      data - the binary message from the client
      offset - the offset to read from
      length -
  • Method Details