Home
last modified time | relevance | path

Searched defs:TestServer (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java452 class TestServer implements Runnable { class in SSLSessionTest
472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() method in SSLSessionTest.TestServer
DSSLSocketTest.java512 class TestServer implements Runnable { class in SSLSocketTest
530 public TestServer(boolean provideKeys, String keys) { in TestServer() method in SSLSocketTest.TestServer
DHandshakeCompletedEventTest.java379 class TestServer implements Runnable { class in HandshakeCompletedEventTest
397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() method in HandshakeCompletedEventTest.TestServer