public class WebsocketClient
extends java.lang.Object
Constructor and Description |
---|
WebsocketClient(processing.core.PApplet parent,
java.lang.String endpointURI)
Initiating the client connection
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
sendMessage(java.lang.String message)
Send message to the websocket server.
|