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 class
InvalidOpCodeException
class
WebSocketFrameCorruptedException
WebSocketException which will be thrown if a corrupted frame was detectedclass
WebSocketHandshakeException
WebSocketException
which should be used during the WebSocket-Handshake processing.class
WebSocketInvalidCloseCodeException
WebSocketException which will be thrown if a corrupted frame was detectedMethods in io.undertow.websockets.core that throw WebSocketException Modifier and Type Method Description void
WebSocketChannel.PartialFrame. handle(java.nio.ByteBuffer data)
Handles the data, any remaining data will be pushed back
-