Uses of Class
org.eclipse.jetty.websocket.api.WebSocketException
Packages that use WebSocketException
Package
Description
Jetty WebSocket API
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of WebSocketException in org.eclipse.jetty.websocket.api
Subclasses of WebSocketException in org.eclipse.jetty.websocket.apiModifier and TypeClassDescriptionclass
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.class
class
Indicating that the provided Class is not a valid WebSocket as defined by the API.class
Exception when a message is too large for the internal buffers occurs and should trigger a connection close.class
Exception when a violation of policy occurs and should trigger a connection close.class
Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)class
Exception during WebSocket Upgrade Handshake.class
Exception 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 WebSocketExceptionModifier and TypeMethodDescriptionprotected void
Parser.notifyFrame
(Frame f) void
Parser.parse
(ByteBuffer buffer) void
Parser.parseSingleFrame
(ByteBuffer buffer) -
Uses of WebSocketException in org.eclipse.jetty.websocket.common.events.annotated
Subclasses of WebSocketException in org.eclipse.jetty.websocket.common.events.annotated -
Uses of WebSocketException in org.eclipse.jetty.websocket.jsr356
Subclasses of WebSocketException in org.eclipse.jetty.websocket.jsr356 -
Uses of WebSocketException in org.eclipse.jetty.websocket.jsr356.metadata
Subclasses of WebSocketException in org.eclipse.jetty.websocket.jsr356.metadataModifier and TypeClassDescriptionclass
Thrown when a duplicate coder is encountered when attempting to identify a Endpoint's metadata (Decoder
orEncoder
)