Searched refs:castToOpenSSLSocket (Results 1 – 1 of 1) sorted by relevance
388 return castToOpenSSLSocket(socket).getNpnSelectedProtocol(); in getNpnSelectedProtocol()403 return castToOpenSSLSocket(socket).getAlpnSelectedProtocol(); in getAlpnSelectedProtocol()441 castToOpenSSLSocket(socket).setUseSessionTickets(useSessionTickets); in setUseSessionTickets()453 castToOpenSSLSocket(socket).setHostname(hostName); in setHostname()470 castToOpenSSLSocket(socket).setSoWriteTimeout(writeTimeoutMilliseconds); in setSoWriteTimeout()474 private static OpenSSLSocketImpl castToOpenSSLSocket(Socket socket) { in castToOpenSSLSocket() method in SSLCertificateSocketFactory