Searched refs:startServer (Results 51 - 75 of 89) sorted by relevance

1234

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHostnameVerifier.java274 startServer(true);
278 startServer(false);
307 void startServer(boolean newThread) throws Exception { method in class:ComHostnameVerifier
H A DJavaxHostnameVerifier.java269 startServer(true);
273 startServer(false);
302 void startServer(boolean newThread) throws Exception { method in class:JavaxHostnameVerifier
/openjdk7/jdk/test/sun/security/ssl/templates/
H A DSSLSocketTemplate.java187 startServer(true);
191 startServer(false);
244 void startServer(boolean newThread) throws Exception { method in class:SSLSocketTemplate
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java212 public synchronized void startServer(int processID, String uniqueID) { method in class:HotSpotAgent
226 public synchronized void startServer(int processID) method in class:HotSpotAgent
228 startServer(processID, null);
235 public synchronized void startServer(String javaExecutableName, method in class:HotSpotAgent
255 public synchronized void startServer(String javaExecutableName, String coreFileName) method in class:HotSpotAgent
257 startServer(javaExecutableName, coreFileName, null);
260 /** This may only be called on the server side after startServer()
/openjdk7/jdk/test/sample/chatserver/
H A DChatTest.java54 private static ChatServer startServer() throws IOException { method in class:ChatTest
63 ChatServer server = startServer();
68 ChatServer server = startServer();
80 ChatServer server = startServer();
95 ChatServer server = startServer();
104 ChatServer server = startServer();
113 ChatServer server = startServer();
122 ChatServer server = startServer();
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DtestEnabledProtocols.java156 startServer ss = new startServer(serverProtocols,
178 class startServer extends Thread { class in class:testEnabledProtocols
184 public startServer(String[] enabledProtocols, method in class:testEnabledProtocols.startServer
H A DSessionTimeOutTests.java357 startServer(serverPorts[i], (serverConns + 1), true);
359 startServer(serverPorts[i], serverConns, true);
366 startServer(serverPorts[i], (serverConns + 1), false);
368 startServer(serverPorts[i], serverConns, false);
394 void startServer(final int port, final int nConns, method in class:SessionTimeOutTests
H A DCheckMyTrustedKeystore.java295 startServer(true);
299 startServer(false);
328 void startServer(boolean newThread) throws Exception { method in class:CheckMyTrustedKeystore
H A DHttpsURLConnectionLocalCertificateChain.java266 startServer(true);
270 startServer(false);
295 void startServer(boolean newThread) throws Exception { method in class:HttpsURLConnectionLocalCertificateChain
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java386 public synchronized void startServer(int processID, String uniqueID) method in class:BugSpotAgent
401 public synchronized void startServer(int processID) method in class:BugSpotAgent
403 startServer(processID, null);
410 public synchronized void startServer(String executableName, String coreFileName, method in class:BugSpotAgent
430 public synchronized void startServer(String executableName, String coreFileName) method in class:BugSpotAgent
432 startServer(executableName, coreFileName, null);
435 /** This may only be called on the server side after startServer()
/openjdk7/jdk/test/java/net/URLConnection/
H A DHandleContentTypeWithAttrs.java67 testServer.startServer(0);
137 final public void startServer(int port) throws IOException { method in class:myHttpServer
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadHandshake.java243 startServer(true);
268 void startServer(boolean newThread) throws Exception { method in class:ReadHandshake
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DRSAExport.java444 startServer(true);
448 startServer(false);
473 void startServer(boolean newThread) throws Exception { method in class:RSAExport
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DMD2InTrustAnchor.java312 startServer(true);
316 startServer(false);
369 void startServer(boolean newThread) throws Exception { method in class:MD2InTrustAnchor
H A DTrustTrustedCert.java364 startServer(true);
368 startServer(false);
421 void startServer(boolean newThread) throws Exception { method in class:TrustTrustedCert
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientTimeout.java294 startServer(true);
298 startServer(false);
327 void startServer(boolean newThread) throws Exception { method in class:ClientTimeout
H A DNonAutoClose.java302 startServer(true);
306 startServer(false);
335 private void startServer(boolean newThread) throws Exception { method in class:NonAutoClose
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DBasicConstraints.java481 startServer(true);
485 startServer(false);
510 void startServer(boolean newThread) throws Exception { method in class:BasicConstraints
H A DCertRequestOverflow.java328 startServer(true);
332 startServer(false);
357 void startServer(boolean newThread) throws Exception { method in class:CertRequestOverflow
H A DClientServer.java290 startServer(true);
294 startServer(false);
319 void startServer(boolean newThread) throws Exception { method in class:ClientServer
H A DSelfIssuedCert.java331 startServer(true);
335 startServer(false);
360 void startServer(boolean newThread) throws Exception { method in class:SelfIssuedCert
H A DX509ExtendedTMEnabled.java316 startServer(true);
320 startServer(false);
345 void startServer(boolean newThread) throws Exception { method in class:X509ExtendedTMEnabled
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DEmptyCertificateAuthorities.java264 startServer(true);
268 startServer(false);
321 void startServer(boolean newThread) throws Exception { method in class:EmptyCertificateAuthorities
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java322 startServer(true);
326 startServer(false);
379 void startServer(boolean newThread) throws Exception { method in class:DisabledShortRSAKeys
H A DShortRSAKey512.java311 startServer(true);
315 startServer(false);
368 void startServer(boolean newThread) throws Exception { method in class:ShortRSAKey512

Completed in 120 milliseconds

1234