Uses of Class
org.java_websocket.exceptions.WebsocketNotConnectedException
-
Packages that use WebsocketNotConnectedException Package Description org.java_websocket -
-
Uses of WebsocketNotConnectedException in org.java_websocket
Methods in org.java_websocket that throw WebsocketNotConnectedException Modifier and Type Method Description void
WebSocketImpl. send(byte[] bytes)
void
WebSocketImpl. send(String text)
Send Text data to the other end.void
WebSocketImpl. send(ByteBuffer bytes)
Send Binary data (plain bytes) to the other end.
-