HomeSort by relevance Sort by last modified time
    Searched defs:Handshake (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Handshake.java 22 * This class incapsulates the constants determining the types of handshake
23 * messages as defined in TLS 1.0 spec., 7.4. Handshake protocol.
27 public class Handshake {
31 * hello_request handshake type
37 * client_hello handshake type
43 * server_hello handshake type
49 * certificate handshake type
55 * server_key_exchange handshake type
61 * certificate_request handshake type
67 * server_hello_done handshake typ
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 94 public virtual void Handshake() {
RemoteDebugEventSocketListener.cs 252 Handshake();
319 protected virtual void Handshake() {
327 listener.Commence(); // inform listener after handshake
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 99 public virtual void Handshake()
RemoteDebugEventSocketListener.cs 308 Handshake();
399 protected virtual void Handshake()
408 listener.Commence(); // inform listener after handshake

Completed in 289 milliseconds