| 异常错误 | 说明 |
|---|---|
| IncompleteHandshakeException |
exception which indicates that a incomplete handshake was recieved
|
| InvalidDataException |
exception which indicates that a invalid data was recieved
|
| InvalidFrameException |
exception which indicates that a invalid frame was recieved (CloseFrame.PROTOCOL_ERROR)
|
| InvalidHandshakeException |
exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)
|
| LimitExedeedException |
exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG)
|
| NotSendableException |
exception which indicates the frame payload is not sendable
|
| WebsocketNotConnectedException |
exception which indicates the websocket is not yet connected (READYSTATE.OPEN)
|