MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / toString

Method toString

samples/JGroups/src/RouterStub.java:257–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 }
256
257 public String toString() {
258 return "RouterStub[localsocket=" + ((sock != null) ? sock.getLocalSocketAddress().toString()
259 : "null")+ ",router_host=" + router_host + "::" + router_port
260 + ",connected=" + isConnected() + "]";
261 }
262
263 public void sendToAllMembers(String group, byte[] data, int offset, int length) throws Exception {
264 sendToMember(group, null, data, offset, length); // null destination represents mcast

Callers 15

authenticateMethod · 0.45
rFunction · 0.45
sFunction · 0.45
hFunction · 0.45
jstree.min.jsFile · 0.45
bnFunction · 0.45
oFunction · 0.45
lFunction · 0.45
cFunction · 0.45
d3.min.jsFile · 0.45
zbFunction · 0.45
SFunction · 0.45

Calls 1

isConnectedMethod · 0.95

Tested by

no test coverage detected