Package com.illumon.iris.web.server
Interface WebSocketServer.WebSocketClient
- All Known Implementing Classes:
IrisCommandRpcWebsocket
- Enclosing class:
- WebSocketServer
public static interface WebSocketServer.WebSocketClient
simple abstraction of a given client, letting calling code send Message-like
-
Method Summary
-
Method Details
-
send
- Throws:
IOException
-
send
- Throws:
IOException
-
closeConnection
void closeConnection() -
data
Object data() -
data
-