Uses of Class
org.java_websocket.exceptions.WebsocketNotConnectedException

Packages that use WebsocketNotConnectedException
org.java_websocket   
 

Uses of WebsocketNotConnectedException in org.java_websocket
 

Methods in org.java_websocket that throw WebsocketNotConnectedException
 void WebSocketImpl.send(byte[] bytes)
           
 void WebSocketImpl.send(ByteBuffer bytes)
          Send Binary data (plain bytes) to the other end.
 void WebSocketImpl.send(String text)
          Send Text data to the other end.
 



Copyright © 2013 Pusher. All Rights Reserved.