See: Description
Class | Description |
---|---|
IncompleteException |
Exception which indicates that the frame is not yet complete
|
Exception | Description |
---|---|
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)
|
Copyright © 2018. All rights reserved.