public static interface MessageHandler.AsyncBinary extends MessageHandler
MessageHandler.AsyncBinary, MessageHandler.AsyncText, MessageHandler.Binary, MessageHandler.BinaryStream, MessageHandler.CharacterStream, MessageHandler.DecodedObject<T>, MessageHandler.Pong, MessageHandler.Text| Modifier and Type | Method and Description |
|---|---|
void |
onMessagePart(ByteBuffer part,
boolean last)
Called when part of a binary message has been received.
|
void onMessagePart(ByteBuffer part, boolean last)
part - The fragment of the message received.last - Whether or not this is last in the sequence of parts of the message.Copyright © 2012. All Rights Reserved.