Uses of Class
org.eclipse.jetty.websocket.core.exception.CloseException
Package
Description
-
Uses of CloseException in org.eclipse.jetty.websocket.core.exception
Modifier 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
Exception when a message is too large for the internal buffers 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) -
Uses of CloseException in org.eclipse.jetty.websocket.core.internal.util
Modifier and TypeMethodDescriptionstatic void
FrameValidation.assertValidOutgoing
(Frame frame, CoreSession coreSession)