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

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DSSLSocket.java29 public abstract class SSLSocket extends Socket { class in inherits:Socket
36 protected SSLSocket() { method in class:SSLSocket
55 protected SSLSocket(String host, int port) throws IOException, UnknownHostException { method in class:SSLSocket
72 protected SSLSocket(InetAddress address, int port) throws IOException { method in class:SSLSocket
95 protected SSLSocket(String host, int port, InetAddress clientAddress, int clientPort) method in class:SSLSocket
117 protected SSLSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) method in class:SSLSocket

Completed in 112 milliseconds