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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLSocket.java83 * <P>If handshaking fails for any reason, the <code>SSLSocket</code>
109 * <P>When <code>SSLSocket</code>s are first created, no handshaking
122 * <code>SSLSocket</code>s are created by <code>SSLSocketFactory</code>s,
135 * <p>{@code SSLSocket} instances obtained from default {@link SSLSocketFactory},
873 public abstract class SSLSocket extends Socket class in inherits:Socket
879 protected SSLSocket() method in class:SSLSocket
904 protected SSLSocket(String host, int port) method in class:SSLSocket
929 protected SSLSocket(InetAddress address, int port) method in class:SSLSocket
960 protected SSLSocket(String host, int port, method in class:SSLSocket
991 protected SSLSocket(InetAddres method in class:SSLSocket
[all...]

Completed in 926 milliseconds