Searched refs:initialHSComplete (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/server/
H A DChannelIOSecure.java142 * handshake checks with initialHSComplete.
145 private boolean initialHSComplete; field in class:ChannelIOSecure
168 initialHSComplete = false;
260 if (initialHSComplete) {
261 return initialHSComplete;
282 initialHSComplete = true;
292 return initialHSComplete;
301 return initialHSComplete;
326 initialHSComplete = true;
402 return initialHSComplete;
[all...]
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java288 boolean initialHSComplete; field in class:HttpServer.ServerWorker
306 initialHSComplete = false;
331 while (!initialHSComplete) {
417 initialHSComplete = true;

Completed in 307 milliseconds