Home
last modified time | relevance | path

Searched defs:Handshake (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHandshake.java35 public final class Handshake { class
40 private Handshake( in Handshake() method in Handshake
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs319 protected virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
DDebugEventSocketProxy.cs94 public virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs399 protected virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
DDebugEventSocketProxy.cs99 public virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/boringssl/src/ssl/test/runner/
Dconn.go1655 func (c *Conn) Handshake() error { func