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

Method sendMessage

src/GlobalServer/LobbyPlayer.java:116–119  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

114 }
115
116 public void sendMessage(String message)
117 {
118 connection.sendMessage(message);
119 }
120
121 public void sendKeepAlive()
122 {

Callers 5

sendMessageAllMethod · 0.95
sendListPlayersMethod · 0.45
sendListRoomsMethod · 0.45
sendRoomInvalidMethod · 0.45
sendKeepAliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected