MCPcopy Create free account
hub / github.com/catabriga/graphwar / sendMessage

Method sendMessage

src/RoomServer/GlobalClient.java:308–311  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

306 }
307
308 public void sendMessage(String message)
309 {
310 connection.sendMessage(message);
311 }
312
313 public void sendKeepAlive()
314 {

Callers 8

joinGlobalServerMethod · 0.45
recreateRoomMethod · 0.45
createRoomMethod · 0.45
closeRoomMethod · 0.45
hideRoomMethod · 0.45
quitGlobalMethod · 0.45
sendRoomStatusMethod · 0.45
sendKeepAliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected