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 voidWebSocketImpl. send(byte[] bytes)voidWebSocketImpl. send(String text)Send Text data to the other end.voidWebSocketImpl. send(ByteBuffer bytes)Send Binary data (plain bytes) to the other end.
-