接口 Client
-
方法概要
-
方法详细资料
-
recv
receive message from master- 返回:
- Message
- 抛出:
IOException- network IO exception
-
send
send message to master- 参数:
message- msgpack message sent to the master- 抛出:
IOException- network IO exception
-
close
void close()close client
-