Home
last modified time | relevance | path

Searched refs:initServer (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DSSLServerSocketImpl.java108 initServer(context); in SSLServerSocketImpl()
135 initServer(context); in SSLServerSocketImpl()
144 initServer(context); in SSLServerSocketImpl()
151 private void initServer(SSLContextImpl context) throws SSLException { in initServer() method in SSLServerSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldURLClassLoaderTest.java202 int port = server.initServer(tmp.getAbsolutePath(), "text/html"); in test_findResourceLjava_lang_String()
231 int port = server.initServer(); in test_findResource_String()
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java100 public int initServer(String servePath, String contentType) throws Exception { in initServer() method in Support_TestWebServer
102 return initServer(); in initServer()
105 public int initServer() throws Exception { in initServer() method in Support_TestWebServer
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java226 port = server.initServer();