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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DOutputRecord.java402 && (buf[5] == HandshakeMessage.ht_client_hello)
453 buf[2] = HandshakeMessage.ht_client_hello;
H A DHandshakeMessage.java80 static final byte ht_client_hello = 1; field in class:HandshakeMessage
282 int messageType() { return ht_client_hello; }
H A DClientHandshaker.java322 if (state < HandshakeMessage.ht_client_hello) {
H A DServerHandshaker.java162 case HandshakeMessage.ht_client_hello:

Completed in 43 milliseconds