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()
726 HttpURLConnection hconn = (HttpURLConnection)uc;727 hconn.setRequestMethod("HEAD");728 if (hconn.getResponseCode() >= HttpURLConnection.HTTP_BAD_REQUEST) {