Interface WebSocketDelegate
-
public interface WebSocketDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsendText(String text)
-
-
-
Method Detail
-
sendText
void sendText(String text)
-
close
void close()
-
-