Uses of Class
org.eclipse.jetty.websocket.api.exceptions.CloseException
-
Packages that use CloseException Package Description org.eclipse.jetty.websocket.api.exceptions Jetty WebSocket API : Exception Types -
-
Uses of CloseException in org.eclipse.jetty.websocket.api.exceptions
Subclasses of CloseException in org.eclipse.jetty.websocket.api.exceptions 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.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)
-