Home | History | Annotate | Download | only in ssl

Lines Matching refs:con

39         HttpsURLConnection con = new MyHttpsURLConnection(new URL(
42 con.getPeerPrincipal();
49 HttpsURLConnection con = new MyHttpsURLConnection(null);
50 if (con.getLocalPrincipal() != null) {
64 HttpsURLConnection con = new MyHttpsURLConnection(null);
66 con.setHostnameVerifier(null);
80 HttpsURLConnection con = new MyHttpsURLConnection(null);
81 SSLSocketFactory sf = con.getSSLSocketFactory();
96 HttpsURLConnection con = new MyHttpsURLConnection(null);
98 con.setSSLSocketFactory(null);