Searched defs:startServer (Results 1 - 25 of 88) 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/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/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/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/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadBlocksClose.java215 startServer(true);
219 startServer(false);
272 void startServer(boolean newThread) throws Exception { method in class:ReadBlocksClose
H A DReadHandshake.java243 startServer(true);
268 void startServer(boolean newThread) throws Exception { method in class:ReadHandshake
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
/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/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/SSLContextImpl/
H A DBadKSProvider.java210 startServer(true);
214 startServer(false);
267 void startServer(boolean newThread) throws Exception { method in class:BadKSProvider
H A DBadTSProvider.java210 startServer(true);
214 startServer(false);
267 void startServer(boolean newThread) throws Exception { method in class:BadTSProvider
H A DGoodProvider.java187 startServer(true);
191 startServer(false);
244 void startServer(boolean newThread) throws Exception { method in class:GoodProvider
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/
H A DHashCodeMissing.java199 startServer(true);
203 startServer(false);
256 void startServer(boolean newThread) throws Exception { method in class:HashCodeMissing
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java201 startServer(true);
205 startServer(false);
230 void startServer(boolean newThread) throws Exception { method in class:ClientModeClientAuth
H A DCloseSocketException.java200 startServer(true);
204 startServer(false);
257 void startServer(boolean newThread) throws Exception { method in class:CloseSocketException
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
H A DUnconnectedSocketWrongExceptions.java217 startServer(true);
221 startServer(false);
250 void startServer(boolean newThread) throws Exception { method in class:UnconnectedSocketWrongExceptions
/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/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java220 startServer(true);
224 startServer(false);
253 void startServer(boolean newThread) throws Exception { method in class:ImplicitHandshake
H A DSSLSessionNulls.java215 startServer(true);
219 startServer(false);
248 void startServer(boolean newThread) throws Exception { method in class:SSLSessionNulls
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DExportableBlockCipher.java220 startServer(true);
224 startServer(false);
277 void startServer(boolean newThread) throws Exception { method in class:ExportableBlockCipher

Completed in 49 milliseconds

1234