private void |
Draft_6455.checkBufferLimit() |
Check the current size of the buffer and throw an exception if the size is bigger than the max
allowed frame size
|
private java.nio.ByteBuffer |
Draft_6455.getPayloadFromByteBufferList() |
Method to generate a full bytebuffer out of all the fragmented frame payload
|
private void |
Draft_6455.translateSingleFrameCheckLengthLimit(long length) |
Check if the frame size exceeds the allowed limit
|
private Draft_6455.TranslatedPayloadMetaData |
Draft_6455.translateSingleFramePayloadLength(java.nio.ByteBuffer buffer,
Opcode optcode,
int oldPayloadlength,
int maxpacketsize,
int oldRealpacketsize) |
Translate the buffer depending when it has an extended payload length (126 or 127)
|