Uses of Class
org.java_websocket.exceptions.InvalidFrameException
Packages that use InvalidFrameException
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
-
Uses of InvalidFrameException in org.java_websocket.drafts
Methods in org.java_websocket.drafts that throw InvalidFrameExceptionModifier and TypeMethodDescriptionprivate Opcode
Draft_6455.toOpcode
(byte opcode) Draft_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)