Searched defs:handshaking (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DSSLEngineService.java218 protected static void handshaking(SSLEngine ssle, SocketChannel sc) method in class:SSLEngineService
234 // start handshaking from unwrap
274 "during initial handshaking");
312 "during initial handshaking");
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java43 * and handle the SSL handshaking automatically.
58 Lock handshaking = new ReentrantLock(); field in class:SSLStreams
242 * It does not handle the handshaking status codes, or the CLOSED status code
311 * If handshaking is in progress then, possibly no data is returned
401 * and returned. This call handles handshaking automatically.
433 handshaking.lock();
442 handshaking.unlock();
453 handshaking.lock();
487 handshaking.unlock();

Completed in 36 milliseconds