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

Method sendMessage

src/GraphServer/ClientConnection.java:141–144  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

139 }
140
141 public void sendMessage(String message)
142 {
143 connection.sendMessage(message);
144 }
145
146 public void sendKeepAlive()
147 {

Callers 5

addClientMethod · 0.95
runMethod · 0.95
sendMessageAllMethod · 0.95
sendAddPlayerMessageMethod · 0.95
sendKeepAliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected