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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java698 // Note that handshaker.kickstart() writes the message
713 handshaker.kickstart();
716 // initial handshake, no kickstart message to send
719 handshaker.kickstart();
737 "Couldn't kickstart handshaking", e);
1387 * Don't bother to kickstart the renegotiation when the local is
H A DSSLSocketImpl.java1183 * Don't bother to kickstart the renegotiation when the local is
1408 // Note that handshaker.kickstart() writes the message
1423 handshaker.kickstart();
1426 // initial handshake, no kickstart message to send
1429 handshaker.kickstart();
H A DClientHandshaker.java308 * Used by the server to kickstart negotiations -- this requests a
356 kickstart();
1106 * Returns a ClientHello message to kickstart renegotiations
H A DHandshaker.java894 * Used to kickstart the negotiation ... either writing a
898 void kickstart() throws IOException { method in class:Handshaker

Completed in 89 milliseconds