public interface WebSocketBinaryMessage extends WebSocketMessage
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray()
Get the binary data as a byte array.
|
ByteBuffer |
getByteBuffer()
Get the binary data as a byteBuffer.
|
boolean |
isFinalFragment()
Check whether the message is a final fragment.
|
getTarget, getWebSocketConnection, isServerMessageByteBuffer getByteBuffer()
ByteBuffer.byte[] getByteArray()
boolean isFinalFragment()
Copyright © 2022 WSO2. All rights reserved.