Searched refs:WWW_AUTHENTICATE (Results 1 – 2 of 2) sorted by relevance
37 public static final String WWW_AUTHENTICATE = "www-authenticate"; field in DigestAuthUtils43 String reconstitutedHeader = WWW_AUTHENTICATE + ": " + header; in parseAuthenticateHeader()
297 return connection.getHeaderField(DigestAuthUtils.WWW_AUTHENTICATE); in obtainAuthenticateHeader()