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

Method checkStayAliveTime

src/Graphwar/ServerConnection.java:53–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 public boolean checkStayAliveTime()
54 {
55 if(System.currentTimeMillis() - connection.getLastSentTime() > Constants.TIMEOUT_KEEPALIVE)
56 {
57 return true;
58 }
59
60 return false;
61 }
62
63 public void disconnect()
64 {

Callers 1

runMethod · 0.95

Calls 1

getLastSentTimeMethod · 0.80

Tested by

no test coverage detected