Searched defs:newServer (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DClientJSSEServerJSSE.java48 CipherTest.Server newServer(CipherTest cipherTest) throws Exception { method in class:ClientJSSEServerJSSE.JSSEFactory
H A DCipherTest.java420 Thread serverThread = new Thread(peerFactory.newServer(cipherTest),
436 abstract Server newServer(CipherTest cipherTest) throws Exception; method in class:CipherTest.PeerFactory
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DClientJSSEServerJSSE.java80 CipherTest.Server newServer(CipherTest cipherTest) throws Exception { method in class:ClientJSSEServerJSSE.JSSEFactory
H A DCipherTest.java432 Thread serverThread = new Thread(peerFactory.newServer(cipherTest),
451 abstract Server newServer(CipherTest cipherTest) throws Exception; method in class:CipherTest.PeerFactory
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DClientJSSEServerJSSE.java64 CipherTest.Server newServer(CipherTest cipherTest) throws Exception { method in class:ClientJSSEServerJSSE.JSSEFactory
H A DCipherTest.java421 Thread serverThread = new Thread(peerFactory.newServer(cipherTest),
437 abstract Server newServer(CipherTest cipherTest) throws Exception; method in class:CipherTest.PeerFactory
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectorServer.java398 rmiServer = newServer();
650 RMIServerImpl newServer() throws IOException { method in class:RMIConnectorServer

Completed in 77 milliseconds