MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / run

Method run

src/main/java/core/org/xbill/DNS/jnamed.java:524–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 Thread t;
523 t = new Thread(new Runnable() {
524 public void run() {TCPclient(s);}});
525 t.start();
526 }
527 }

Callers 3

fromXFRMethod · 0.45
lookupHostNameMethod · 0.45
getHostNameMethod · 0.45

Calls 3

TCPclientMethod · 0.95
serveTCPMethod · 0.95
serveUDPMethod · 0.95

Tested by

no test coverage detected