Interface WebSocketConnection
-
public interface WebSocketConnectionInterface for sending and receiving messages through a web socket connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidlisten(java.util.function.Consumer<java.lang.String> callback)voidsend(java.lang.String message)
-