Home
last modified time | relevance | path

Searched refs:hconn (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DURICertStore.java292 HttpURLConnection hconn = (HttpURLConnection)connection; in engineGetCertificates() local
293 if (hconn.getResponseCode() in engineGetCertificates()
406 HttpURLConnection hconn = (HttpURLConnection)connection; in engineGetCRLs() local
407 if (hconn.getResponseCode() in engineGetCRLs()
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java509 HttpURLConnection hconn = (HttpURLConnection)uc;
510 hconn.setRequestMethod("HEAD");
511 if (hconn.getResponseCode() >= HttpURLConnection.HTTP_BAD_REQUEST) {