Home
last modified time | relevance | path

Searched refs:PROXY_AUTHENTICATION_REQUIRED (Results 1 – 4 of 4) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java25 int PROXY_AUTHENTICATION_REQUIRED = 407; field
/external/chromium_org/net/http/
Dhttp_status_code_list.h48 HTTP_STATUS(PROXY_AUTHENTICATION_REQUIRED, 407, "Proxy Authentication Required")
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java179 } else if (challenge.getStatusCode() == Response.PROXY_AUTHENTICATION_REQUIRED) { in handleChallenge()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java156 case PROXY_AUTHENTICATION_REQUIRED : in getReasonPhrase()