Searched defs:SSLSocket (Results 1 – 1 of 1) sorted by relevance
898 public abstract class SSLSocket extends Socket class904 protected SSLSocket() in SSLSocket() method in SSLSocket929 protected SSLSocket(String host, int port) in SSLSocket() method in SSLSocket954 protected SSLSocket(InetAddress address, int port) in SSLSocket() method in SSLSocket985 protected SSLSocket(String host, int port, in SSLSocket() method in SSLSocket1016 protected SSLSocket(InetAddress address, int port, in SSLSocket() method in SSLSocket1557 BiFunction<SSLSocket, List<String>, String> selector) { in setHandshakeApplicationProtocolSelector()