HomeSort by relevance Sort by last modified time
    Searched refs:httpServer (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 163 MockServer httpServer =
165 httpServer.start();
167 if (!httpServer.started) {
172 new URL("http://localhost:" + httpServer.port()).openConnection();
178 httpServer.join();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 61 private MockWebServer httpServer;
85 httpServer = new MockWebServer();
88 httpServer.start();
89 httpAddress = new Address(httpServer.getHostName(), httpServer.getPort(), socketFactory, null,
92 httpSocketAddress = new InetSocketAddress(InetAddress.getByName(httpServer.getHostName()),
93 httpServer.getPort());
131 httpServer.shutdown();

Completed in 125 milliseconds