Package | Description |
---|---|
io.undertow.websockets.core |
Modifier and Type | Class | Description |
---|---|---|
class |
InvalidOpCodeException |
|
class |
WebSocketFrameCorruptedException |
WebSocketException which will be thrown if a corrupted frame was detected
|
class |
WebSocketHandshakeException |
WebSocketException which should be used during the WebSocket-Handshake processing. |
class |
WebSocketInvalidCloseCodeException |
WebSocketException which will be thrown if a corrupted frame was detected
|
Modifier and Type | Method | Description |
---|---|---|
void |
WebSocketChannel.PartialFrame.handle(ByteBuffer data) |
Handles the data, any remaining data will be pushed back
|
Copyright © 2018. All rights reserved.