Searched defs:startClient (Results 1 - 25 of 84) sorted by relevance

1234

/openjdk7/jdk/test/java/awt/xembed/server/
H A DTestXEmbedServerJava.java77 public Process startClient(Rectangle[] bounds, long window) { method in class:TestXEmbedServerJava
H A DTesterClient.java42 startClient(r, window);
45 public static void startClient(Rectangle bounds[], long window) throws Throwable { method in class:TesterClient
H A DRunTestXEmbed.java48 public Process startClient(Rectangle bounds[], long window) { method in class:RunTestXEmbed
/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DBalancedParentheses.java197 void startClient(boolean newThread) throws Exception { method in class:BalancedParentheses
222 startClient(false);
224 startClient(true);
H A DInvalidLdapFilters.java253 void startClient(boolean newThread) throws Exception { method in class:InvalidLdapFilters
278 startClient(false);
280 startClient(true);
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DAdaptServerSocket.java42 static void startClient(final int port, final int dally) method in class:AdaptServerSocket
93 startClient(sso.getLocalPort(), clientDally);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargePacket.java179 startClient(false);
181 startClient(true);
236 void startClient(boolean newThread) throws Exception { method in class:LargePacket
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadBlocksClose.java216 startClient(false);
218 startClient(true);
302 void startClient(boolean newThread) throws Exception { method in class:ReadBlocksClose
H A DReadHandshake.java244 startClient(true);
292 void startClient(boolean newThread) throws Exception { method in class:ReadHandshake
H A DReadZeroBytes.java187 startClient(false);
189 startClient(true);
239 void startClient(boolean newThread) throws Exception { method in class:ReadZeroBytes
H A DRemoveMarkReset.java189 startClient(false);
191 startClient(true);
241 void startClient(boolean newThread) throws Exception { method in class:RemoveMarkReset
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DCipherSuiteOrder.java233 startClient(false);
235 startClient(true);
285 void startClient(boolean newThread) throws Exception { method in class:CipherSuiteOrder
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DSSLSocketTimeoutNulls.java214 startClient(false);
216 startClient(true);
271 void startClient(boolean newThread) throws Exception { method in class:SSLSocketTimeoutNulls
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DBadKSProvider.java211 startClient(false);
213 startClient(true);
297 void startClient(boolean newThread) throws Exception { method in class:BadKSProvider
H A DBadTSProvider.java211 startClient(false);
213 startClient(true);
297 void startClient(boolean newThread) throws Exception { method in class:BadTSProvider
H A DGoodProvider.java188 startClient(false);
190 startClient(true);
274 void startClient(boolean newThread) throws Exception { method in class:GoodProvider
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/
H A DHashCodeMissing.java200 startClient(false);
202 startClient(true);
286 void startClient(boolean newThread) throws Exception { method in class:HashCodeMissing
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java202 startClient(false);
204 startClient(true);
254 void startClient(boolean newThread) throws Exception { method in class:ClientModeClientAuth
H A DCloseSocketException.java201 startClient(false);
203 startClient(true);
287 void startClient(boolean newThread) throws Exception { method in class:CloseSocketException
H A DReuseAddr.java194 startClient(false);
196 startClient(true);
246 void startClient(boolean newThread) throws Exception { method in class:ReuseAddr
H A DReverseNameLookup.java189 startClient(false);
191 startClient(true);
245 void startClient(boolean newThread) throws Exception { method in class:ReverseNameLookup
H A DSSLSocketImplThrowsWrongExceptions.java191 startClient(false);
193 startClient(true);
243 void startClient(boolean newThread) throws Exception { method in class:SSLSocketImplThrowsWrongExceptions
H A DUnconnectedSocketWrongExceptions.java218 startClient(false);
220 startClient(true);
274 void startClient(boolean newThread) throws Exception { method in class:UnconnectedSocketWrongExceptions
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DAnonCipherWithWantClientAuth.java193 startClient(false);
195 startClient(true);
243 void startClient(boolean newThread) throws Exception { method in class:AnonCipherWithWantClientAuth
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java221 startClient(false);
223 startClient(true);
277 void startClient(boolean newThread) throws Exception { method in class:ImplicitHandshake

Completed in 235 milliseconds

1234