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

/libcore/luni/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
54 protected SSLSocket(String host, int port) throws IOException, UnknownHostException { method in class:SSLSocket
71 protected SSLSocket(InetAddress address, int port) throws IOException { method in class:SSLSocket
94 protected SSLSocket(String host, int port, InetAddress clientAddress, int clientPort) method in class:SSLSocket
116 protected SSLSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) method in class:SSLSocket
292 * Returns a new SSLParameters based on this SSLSocket's current
308 * argument. Specifically, sets the SSLSocket's enabled cipher
312 * on the SSLSocket, otherwise both are set to false.

Completed in 39 milliseconds