Uses of Class
org.java_websocket.exceptions.IncompleteException
Packages that use IncompleteException
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
-
Uses of IncompleteException in org.java_websocket.drafts
Methods in org.java_websocket.drafts that throw IncompleteExceptionModifier and TypeMethodDescriptionprivate Framedata
Draft_6455.translateSingleFrame
(ByteBuffer buffer) private void
Draft_6455.translateSingleFrameCheckPacketSize
(int maxpacketsize, int realpacketsize) Check if the max packet size is smaller than the real packet sizeDraft_6455.translateSingleFramePayloadLength
(ByteBuffer buffer, Opcode optcode, int oldPayloadlength, int maxpacketsize, int oldRealpacketsize) Translate the buffer depending when it has an extended payload length (126 or 127)