MCPcopy Create free account
hub / github.com/annmuor/jnode / ConnectionStat

Method ConnectionStat

jnode-core/src/jnode/stat/ConnectionStat.java:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48 public ConnectionStat() {
49 Notifier.INSTANSE.register(ConnectionEndEvent.class, this);
50 }
51
52 public void handle(IEvent event) {
53 synchronized (ConnectionStat.class) {

Callers

nothing calls this directly

Calls 1

registerMethod · 0.80

Tested by

no test coverage detected