Uses of Package
org.java_websocket.exceptions
Packages that use org.java_websocket.exceptions
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all implementations in relation with the exceptions thrown in this
lib.
This package encapsulates all interfaces and implementations in relation with the WebSocket
Sec-WebSocket-Extensions.
This package encapsulates all interfaces and implementations in relation with the WebSocket
frames.
This package encapsulates all implementations in relation with the WebSocketServer.
This package encapsulates the utility classes.
-
Classes in org.java_websocket.exceptions used by org.java_websocketClassDescriptionexception which indicates that a invalid data was receivedexception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR)
-
Classes in org.java_websocket.exceptions used by org.java_websocket.clientClassDescriptionexception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR)
-
Classes in org.java_websocket.exceptions used by org.java_websocket.draftsClassDescriptionException which indicates that the frame is not yet completeexception which indicates that a invalid data was receivedexception which indicates that a invalid frame was received (CloseFrame.PROTOCOL_ERROR)exception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR)exception which indicates that the message limited was exceeded (CloseFrame.TOOBIG)
-
Classes in org.java_websocket.exceptions used by org.java_websocket.exceptions
-
Classes in org.java_websocket.exceptions used by org.java_websocket.extensions
-
Classes in org.java_websocket.exceptions used by org.java_websocket.extensions.permessage_deflate
-
Classes in org.java_websocket.exceptions used by org.java_websocket.framing
-
Classes in org.java_websocket.exceptions used by org.java_websocket.serverClassDescriptionException 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