MCPcopy Create free account
hub / github.com/deepu105/concurrency-benchmarks / ServerThread

Method ServerThread

javaws/src/JavaHTTPServer.java:24–26  ·  view source on GitHub ↗
(Socket socket)

Source from the content-addressed store, hash-verified

22class ServerThread extends Thread {
23
24 private final Socket socket;
25 private final int count;
26
27 public ServerThread(Socket socket, int count) {
28 this.socket = socket;
29 this.count = count;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected