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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLSocket.java81 * <P>If handshaking fails for any reason, the <code>SSLSocket</code>
107 * <P>When <code>SSLSocket</code>s are first created, no handshaking
120 * <code>SSLSocket</code>s are created by <code>SSLSocketFactory</code>s,
133 * <p>{@code SSLSocket} instances obtained from default {@link SSLSocketFactory},
871 public abstract class SSLSocket extends Socket class in inherits:Socket
877 protected SSLSocket() method in class:SSLSocket
902 protected SSLSocket(String host, int port) method in class:SSLSocket
927 protected SSLSocket(InetAddress address, int port) method in class:SSLSocket
958 protected SSLSocket(String host, int port, method in class:SSLSocket
989 protected SSLSocket(InetAddres method in class:SSLSocket
[all...]

Completed in 234 milliseconds