Home
last modified time | relevance | path

Searched defs:startHandshake (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java44 @Override public void startHandshake() throws IOException { } in startHandshake() method in SSLSocketTest.PlainSSLSocket
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLSocket.java1234 public abstract void startHandshake() throws IOException; in startHandshake() method in SSLSocket