Searched refs:GATEWAY_TIMEOUT_504 (Results 1 – 2 of 2) sorted by relevance
663 public final static int GATEWAY_TIMEOUT_504 = 504; field in HttpStatus806 GATEWAY_TIMEOUT(GATEWAY_TIMEOUT_504, "Gateway Timeout"),
709 else if (responseStatus == HttpStatus.GATEWAY_TIMEOUT_504) in onResponseComplete()