Lines Matching full:sslsock
1512 + Socket sslsock = null;1514 + sslsock = factory.createSocket(proxySock, host, port, true);1516 + dbg("sslsock prob: " + e.getMessage());1520 + return (SSLSocket) sslsock;