Searched defs:OpenSSLSocketImpl (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/src/main/java/org/conscrypt/ |
| D | OpenSSLSocketImpl.java | 57 public class OpenSSLSocketImpl class 160 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 168 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl() method in OpenSSLSocketImpl 178 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl() method in OpenSSLSocketImpl 189 protected OpenSSLSocketImpl(String host, int port, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 200 protected OpenSSLSocketImpl(InetAddress address, int port, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 215 protected OpenSSLSocketImpl(Socket socket, String host, int port, in OpenSSLSocketImpl() method in OpenSSLSocketImpl
|