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

Method sendMessage

src/Graphwar/GlobalClient.java:594–597  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

592 }
593
594 public void sendMessage(String message)
595 {
596 connection.sendMessage(message);
597 }
598
599 public void sendKeepAlive()
600 {

Callers 15

joinGlobalServerMethod · 0.45
sendChatMessageMethod · 0.45
recreateRoomMethod · 0.45
createRoomMethod · 0.45
closeRoomMethod · 0.45
hideRoomMethod · 0.45
quitGlobalMethod · 0.45
sendRoomStatusMethod · 0.45
sendKeepAliveMethod · 0.45
getRemainingTimeMethod · 0.45
sendChatMessageMethod · 0.45
sendFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected