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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java234 * The handshakeLock is used to ensure that only one thread performs
237 * connection state is cs_HANDSHAKE will stall on handshakeLock
260 * only one can grab the handshakeLock, and the rest will stall
261 * either on getConnectionState(), or on the handshakeLock if they
268 * consume any application data. When handshakeLock is finally
291 final private Object handshakeLock = new Object(); field in class:SSLSocketImpl
1284 // use handshakeLock and the state check to make sure only
1286 synchronized (handshakeLock) {

Completed in 51 milliseconds