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

/openjdk7/jdk/src/share/classes/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,
141 public abstract class SSLSocket extends Socket class in inherits:Socket
147 protected SSLSocket() method in class:SSLSocket
172 protected SSLSocket(String host, int port) method in class:SSLSocket
197 protected SSLSocket(InetAddress address, int port) method in class:SSLSocket
228 protected SSLSocket(String host, int port, method in class:SSLSocket
259 protected SSLSocket(InetAddress address, int port, method in class:SSLSocket
281 * enabled for use on this connection. When an SSLSocket i
[all...]

Completed in 30 milliseconds