Searched refs:startServer (Results 1 - 25 of 89) sorted by relevance

1234

/openjdk7/jdk/test/java/net/SocketInputStream/
H A DSocketClosedException.java63 startServer();
79 static void startServer() { method in class:SocketClosedException
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadZeroBytes.java186 startServer(true);
190 startServer(false);
215 void startServer(boolean newThread) throws Exception { method in class:ReadZeroBytes
H A DRemoveMarkReset.java188 startServer(true);
192 startServer(false);
217 void startServer(boolean newThread) throws Exception { method in class:RemoveMarkReset
H A DReadBlocksClose.java215 startServer(true);
219 startServer(false);
272 void startServer(boolean newThread) throws Exception { method in class:ReadBlocksClose
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppOutputStream/
H A DNoExceptionOnClose.java211 startServer(true);
215 startServer(false);
240 void startServer(boolean newThread) throws Exception { method in class:NoExceptionOnClose
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DSSLSocketTimeoutNulls.java213 startServer(true);
217 startServer(false);
246 void startServer(boolean newThread) throws Exception { method in class:SSLSocketTimeoutNulls
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DReuseAddr.java193 startServer(true);
197 startServer(false);
222 void startServer(boolean newThread) throws Exception { method in class:ReuseAddr
H A DReverseNameLookup.java188 startServer(true);
192 startServer(false);
217 void startServer(boolean newThread) throws Exception { method in class:ReverseNameLookup
H A DSSLSocketImplThrowsWrongExceptions.java190 startServer(true);
194 startServer(false);
219 void startServer(boolean newThread) throws Exception { method in class:SSLSocketImplThrowsWrongExceptions
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DAnonCipherWithWantClientAuth.java192 startServer(true);
196 startServer(false);
221 void startServer(boolean newThread) throws Exception { method in class:AnonCipherWithWantClientAuth
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/
H A DCriticalSubjectAltName.java189 startServer(true);
193 startServer(false);
218 void startServer(boolean newThread) throws Exception { method in class:CriticalSubjectAltName
H A DGetResponseCode.java177 startServer(true);
181 startServer(false);
206 void startServer(boolean newThread) throws Exception { method in class:GetResponseCode
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java220 startServer(true);
224 startServer(false);
253 void startServer(boolean newThread) throws Exception { method in class:ImplicitHandshake
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargePacket.java178 startServer(true);
182 startServer(false);
211 void startServer(boolean newThread) throws Exception { method in class:LargePacket
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DNTLMTest.java43 startServer(serverSS, false);
48 startServer(serverSS, true /*proxy*/);
95 static void startServer(ServerSocket serverSS, boolean proxy) { method in class:NTLMTest
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DDebugServer.java106 agent.startServer(pid, serverID);
110 agent.startServer(javaExecutableName, coreFileName, serverID);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsProxyStackOverflow.java47 BadAuthProxyServer server = startServer();
67 static BadAuthProxyServer startServer() throws IOException { method in class:HttpsProxyStackOverflow
/openjdk7/jdk/src/share/classes/sun/net/
H A DNetworkServer.java36 * new MyServerClass().startServer(port);
108 final public void startServer(int port) throws IOException { method in class:NetworkServer
131 new NetworkServer ().startServer(8888);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DSessionCacheSizeTests.java333 startServer(serverPorts[i], (serverConns + 1), true);
335 startServer(serverPorts[i], serverConns, true);
342 startServer(serverPorts[i], (serverConns + 1), false);
344 startServer(serverPorts[i], serverConns, false);
370 void startServer(final int port, final int nConns, method in class:SessionCacheSizeTests
/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DBalancedParentheses.java172 void startServer(boolean newThread) throws Exception { method in class:BalancedParentheses
221 startServer(true);
225 startServer(false);
H A DInvalidLdapFilters.java228 void startServer(boolean newThread) throws Exception { method in class:InvalidLdapFilters
277 startServer(true);
281 startServer(false);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DCipherSuiteOrder.java232 startServer(true);
236 startServer(false);
261 void startServer(boolean newThread) throws Exception { method in class:CipherSuiteOrder
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/HandshakeOutStream/
H A DNullCerts.java230 startServer(true);
234 startServer(false);
263 private void startServer(boolean newThread) throws Exception { method in class:NullCerts
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ProtocolVersion/
H A DHttpsProtocols.java218 startServer(true);
222 startServer(false);
251 void startServer(boolean newThread) throws Exception { method in class:HttpsProtocols
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DBadKSProvider.java210 startServer(true);
214 startServer(false);
267 void startServer(boolean newThread) throws Exception { method in class:BadKSProvider

Completed in 132 milliseconds

1234