Uses of Package
org.java_websocket.exceptions
-
Packages that use org.java_websocket.exceptions Package Description org.java_websocket org.java_websocket.client This package encapsulates all implementations in relation with the WebSocketClient.org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts.org.java_websocket.exceptions This package encapsulates all implementations in relation with the exceptions thrown in this lib.org.java_websocket.extensions This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Extensions.org.java_websocket.extensions.permessage_deflate org.java_websocket.framing This package encapsulates all interfaces and implementations in relation with the WebSocket frames.org.java_websocket.server This package encapsulates all implementations in relation with the WebSocketServer.org.java_websocket.util This package encapsulates the utility classes. -
Classes in org.java_websocket.exceptions used by org.java_websocket Class Description InvalidDataException exception which indicates that a invalid data was receivedInvalidHandshakeException exception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR) -
Classes in org.java_websocket.exceptions used by org.java_websocket.client Class Description InvalidHandshakeException exception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR) -
Classes in org.java_websocket.exceptions used by org.java_websocket.drafts Class Description IncompleteException Exception which indicates that the frame is not yet completeInvalidDataException exception which indicates that a invalid data was receivedInvalidFrameException exception which indicates that a invalid frame was received (CloseFrame.PROTOCOL_ERROR)InvalidHandshakeException exception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR)LimitExceededException exception which indicates that the message limited was exceeded (CloseFrame.TOOBIG) -
Classes in org.java_websocket.exceptions used by org.java_websocket.exceptions Class Description InvalidDataException exception which indicates that a invalid data was received -
Classes in org.java_websocket.exceptions used by org.java_websocket.extensions Class Description InvalidDataException exception which indicates that a invalid data was received -
Classes in org.java_websocket.exceptions used by org.java_websocket.extensions.permessage_deflate Class Description InvalidDataException exception which indicates that a invalid data was received -
Classes in org.java_websocket.exceptions used by org.java_websocket.framing Class Description InvalidDataException exception which indicates that a invalid data was received -
Classes in org.java_websocket.exceptions used by org.java_websocket.server Class Description WrappedIOException Exception to wrap an IOException and include information about the websocket which had the exception -
Classes in org.java_websocket.exceptions used by org.java_websocket.util Class Description InvalidDataException exception which indicates that a invalid data was received