Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromXFR
Method · 0.45
lookupHostName
Method · 0.45
getHostName
Method · 0.45
Calls
3
TCPclient
Method · 0.95
serveTCP
Method · 0.95
serveUDP
Method · 0.95
Tested by
no test coverage detected