Home
last modified time | relevance | path

Searched refs:waitForClose (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DHandshakeOutStream.java122 socket.waitForClose(true); in flush()
DSSLSocketImpl.java1517 waitForClose(false); in closeSocket()
1686 void waitForClose(boolean rethrow) throws IOException { in waitForClose() method in SSLSocketImpl