Home
last modified time | relevance | path

Searched refs:ServerThread (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java363 class ServerThread extends Thread { class in FtpURLConnectionTest.CountingProxy
364 public ServerThread(String name) { in ServerThread() method in FtpURLConnectionTest.CountingProxy.ServerThread
399 serverThread = new ServerThread(threadName); in CountingProxy()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java61 private class ServerThread implements Runnable { class in SocketTest
123 ServerThread server = new ServerThread(); in connectTestImpl()
384 connectTestImpl(ServerThread.FIRST_TIME); in test_connectLjava_net_SocketAddress_AnyAddress()
385 connectTestImpl(ServerThread.SECOND_TIME); in test_connectLjava_net_SocketAddress_AnyAddress()