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

Method sendMessage

src/GraphServer/Connection.java:86–91  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

84 }
85
86 public void sendMessage(String message)
87 {
88 out.println(message);
89 lastSentTime = System.currentTimeMillis();
90 //System.out.println("Message sent: "+message);
91 }
92
93 public String readMessage() throws IOException
94 {

Callers 3

tryConnectionMethod · 0.95
sendLeaderMessageMethod · 0.45
sendAllInfoMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected