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

Method readMessage

src/GraphServer/Connection.java:93–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 public String readMessage() throws IOException
94 {
95 String line = null;
96
97 line = in.readLine();
98 lastReceivedTime = System.currentTimeMillis();
99 //System.out.println("Message received: "+line);
100
101 return line;
102 }
103}

Callers 5

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected