org.apache.wicket.protocol.ws.api.message
Class BinaryMessage
java.lang.Object
org.apache.wicket.protocol.ws.api.message.BinaryMessage
- All Implemented Interfaces:
- IWebSocketMessage
public class BinaryMessage
- extends Object
- implements IWebSocketMessage
A message with binary data
- Since:
- 6.0
|
Constructor Summary |
BinaryMessage(byte[] data,
int offset,
int length)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryMessage
public BinaryMessage(byte[] data,
int offset,
int length)
- Constructor.
- Parameters:
data - the binary message from the clientoffset - the offset to read fromlength - how much data to read
getData
public final byte[] getData()
getOffset
public final int getOffset()
getLength
public final int getLength()
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.