Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/net/ssl/
DSSLSocket.java29 public abstract class SSLSocket extends Socket { class
36 protected SSLSocket() { in SSLSocket() method in SSLSocket
54 protected SSLSocket(String host, int port) throws IOException, UnknownHostException { in SSLSocket() method in SSLSocket
71 protected SSLSocket(InetAddress address, int port) throws IOException { in SSLSocket() method in SSLSocket
94 protected SSLSocket(String host, int port, InetAddress clientAddress, int clientPort) in SSLSocket() method in SSLSocket
116 protected SSLSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) in SSLSocket() method in SSLSocket