Searched defs:OpenSSLSocketImpl (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 36 public abstract class OpenSSLSocketImpl extends AbstractConscryptSocket { class 37 OpenSSLSocketImpl() throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 40 OpenSSLSocketImpl(String hostname, int port) throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 44 OpenSSLSocketImpl(InetAddress address, int port) throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 48 OpenSSLSocketImpl(String hostname, int port, InetAddress clientAddress, int clientPort) in OpenSSLSocketImpl() method in OpenSSLSocketImpl 53 OpenSSLSocketImpl(InetAddress address, int port, InetAddress clientAddress, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 59 OpenSSLSocketImpl(Socket socket, String hostname, int port, boolean autoClose) in OpenSSLSocketImpl() method in OpenSSLSocketImpl
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 33 public abstract class OpenSSLSocketImpl extends AbstractConscryptSocket { class 34 OpenSSLSocketImpl() throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 37 OpenSSLSocketImpl(String hostname, int port) throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 41 OpenSSLSocketImpl(InetAddress address, int port) throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 45 OpenSSLSocketImpl(String hostname, int port, InetAddress clientAddress, int clientPort) in OpenSSLSocketImpl() method in OpenSSLSocketImpl 50 OpenSSLSocketImpl(InetAddress address, int port, InetAddress clientAddress, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 56 OpenSSLSocketImpl(Socket socket, String hostname, int port, boolean autoClose) in OpenSSLSocketImpl() method in OpenSSLSocketImpl
|
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 42 public class OpenSSLSocketImpl class 44 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl() method in OpenSSLSocketImpl 48 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters, String[] enabledProtocols, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 53 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl() method in OpenSSLSocketImpl 58 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl() method in OpenSSLSocketImpl 63 protected OpenSSLSocketImpl(String host, int port, InetAddress clientAddress, int clientPort, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 68 protected OpenSSLSocketImpl(InetAddress address, int port, InetAddress clientAddress, in OpenSSLSocketImpl() method in OpenSSLSocketImpl 73 protected OpenSSLSocketImpl(Socket socket, String host, int port, boolean autoClose, in OpenSSLSocketImpl() method in OpenSSLSocketImpl
|