Uses of Class
org.eclipse.jetty.websocket.core.exception.ProtocolException
Packages that use ProtocolException
-
Uses of ProtocolException in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal that throw ProtocolExceptionModifier and TypeMethodDescriptionvoid
FrameSequence.check
(byte opcode, boolean fin) protected void
Parser.checkFrameSize
(byte opcode, int payloadLength) boolean
WebSocketSessionState.onIncomingFrame
(Frame frame) byte
ValidationExtension.recordLastOpCode
(Frame frame, byte prevOpcode)