Uses of Class
org.java_websocket.exceptions.LimitExceededException
Packages that use LimitExceededException
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
-
Uses of LimitExceededException in org.java_websocket.drafts
Methods in org.java_websocket.drafts that throw LimitExceededExceptionModifier and TypeMethodDescriptionprivate voidDraft_6455.checkBufferLimit()Check the current size of the buffer and throw an exception if the size is bigger than the max allowed frame sizeprivate ByteBufferDraft_6455.getPayloadFromByteBufferList()Method to generate a full bytebuffer out of all the fragmented frame payloadprivate voidDraft_6455.translateSingleFrameCheckLengthLimit(long length) Check if the frame size exceeds the allowed limitDraft_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)