Searched refs:acceptT (Results 1 – 1 of 1) sorted by relevance
68 private AcceptThread acceptT; field in TestWebServer132 if (acceptT == null) { in initServer()133 acceptT = new AcceptThread(); in initServer()134 acceptT.init(); in initServer()135 acceptT.start(); in initServer()209 if (acceptT != null) { in close()210 log("Closing AcceptThread"+acceptT); in close()211 acceptT.close(); in close()212 acceptT = null; in close()