Searched refs:hconn (Results 1 – 2 of 2) sorted by relevance
292 HttpURLConnection hconn = (HttpURLConnection)connection; in engineGetCertificates() local293 if (hconn.getResponseCode() in engineGetCertificates()406 HttpURLConnection hconn = (HttpURLConnection)connection; in engineGetCRLs() local407 if (hconn.getResponseCode() in engineGetCRLs()
509 HttpURLConnection hconn = (HttpURLConnection)uc;510 hconn.setRequestMethod("HEAD");511 if (hconn.getResponseCode() >= HttpURLConnection.HTTP_BAD_REQUEST) {