Searched refs:UNAUTHORIZED_401 (Results 1 – 3 of 3) sorted by relevance
638 public final static int UNAUTHORIZED_401 = 401; field in HttpStatus751 UNAUTHORIZED(UNAUTHORIZED_401, "Unauthorized"),
130 …if ( status == HttpStatus.UNAUTHORIZED_401 && _attempts<_destination.getHttpClient().maxRetries()) in onResponseStatus()
2036 response.sendError(HttpStatus.UNAUTHORIZED_401); in authenticate()