Searched refs:setAuthenticationProperty (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DNegotiateAuthentication.java159 conn.setAuthenticationProperty(getHeaderName(), response);
H A DBasicAuthentication.java151 conn.setAuthenticationProperty(getHeaderName(), getHeaderValue(null,null));
H A DDigestAuthentication.java319 conn.setAuthenticationProperty(getHeaderName(), value);
H A DHttpURLConnection.java2784 public void setAuthenticationProperty(String key, String value) { method in class:HttpURLConnection

Completed in 63 milliseconds