Searched refs:threadName (Results 1 – 1 of 1) sorted by relevance
398 String threadName = getClass().getSimpleName() + " @ " + socketAddress; in CountingProxy() local399 serverThread = new ServerThread(threadName); in CountingProxy()