Uses of Class
io.undertow.websockets.core.WebSocketException
-
Packages that use WebSocketException Package Description io.undertow.websockets.core -
-
Uses of WebSocketException in io.undertow.websockets.core
Subclasses of WebSocketException in io.undertow.websockets.core Modifier and Type Class Description classInvalidOpCodeExceptionclassWebSocketFrameCorruptedExceptionWebSocketException which will be thrown if a corrupted frame was detectedclassWebSocketHandshakeExceptionWebSocketExceptionwhich should be used during the WebSocket-Handshake processing.classWebSocketInvalidCloseCodeExceptionWebSocketException which will be thrown if a corrupted frame was detectedMethods in io.undertow.websockets.core that throw WebSocketException Modifier and Type Method Description voidWebSocketChannel.PartialFrame. handle(ByteBuffer data)Handles the data, any remaining data will be pushed back
-