Searched defs:SSLSocket (Results 1 – 1 of 1) sorted by relevance
29 public abstract class SSLSocket extends Socket { class36 protected SSLSocket() { in SSLSocket() method in SSLSocket54 protected SSLSocket(String host, int port) throws IOException, UnknownHostException { in SSLSocket() method in SSLSocket71 protected SSLSocket(InetAddress address, int port) throws IOException { in SSLSocket() method in SSLSocket94 protected SSLSocket(String host, int port, InetAddress clientAddress, int clientPort) in SSLSocket() method in SSLSocket116 protected SSLSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) in SSLSocket() method in SSLSocket