Uses of Class
org.eclipse.jetty.websocket.api.WebSocketException
-
Packages that use WebSocketException Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.events.annotated org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.jsr356.metadata -
-
Uses of WebSocketException in org.eclipse.jetty.websocket.api
Subclasses of WebSocketException in org.eclipse.jetty.websocket.api Modifier and Type Class Description classBadPayloadExceptionException to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.classCloseExceptionclassInvalidWebSocketExceptionIndicating that the provided Class is not a valid WebSocket as defined by the API.classMessageTooLargeExceptionException when a message is too large for the internal buffers occurs and should trigger a connection close.classPolicyViolationExceptionException when a violation of policy occurs and should trigger a connection close.classProtocolExceptionPer spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)classUpgradeExceptionException during WebSocket Upgrade Handshake.classWebSocketTimeoutExceptionException thrown to indicate a connection I/O timeout. -
Uses of WebSocketException in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that throw WebSocketException Modifier and Type Method Description protected voidParser. notifyFrame(Frame f)voidParser. parse(java.nio.ByteBuffer buffer)voidParser. parseSingleFrame(java.nio.ByteBuffer buffer) -
Uses of WebSocketException in org.eclipse.jetty.websocket.common.events.annotated
Subclasses of WebSocketException in org.eclipse.jetty.websocket.common.events.annotated Modifier and Type Class Description classInvalidSignatureException -
Uses of WebSocketException in org.eclipse.jetty.websocket.jsr356
Subclasses of WebSocketException in org.eclipse.jetty.websocket.jsr356 Modifier and Type Class Description classConfigurationException -
Uses of WebSocketException in org.eclipse.jetty.websocket.jsr356.metadata
Subclasses of WebSocketException in org.eclipse.jetty.websocket.jsr356.metadata Modifier and Type Class Description classDuplicateCoderExceptionThrown when a duplicate coder is encountered when attempting to identify a Endpoint's metadata (DecoderorEncoder)
-