Searched refs:getHttpStatusCode (Results 1 – 4 of 4) sorted by relevance
73 assertEquals(HttpURLConnection.HTTP_BAD_GATEWAY, e.getHttpStatusCode()); in testError_badGateway()89 assertEquals(HttpURLConnection.HTTP_CLIENT_TIMEOUT, e.getHttpStatusCode()); in testError_clientTimeout()105 assertEquals(HttpURLConnection.HTTP_FORBIDDEN, e.getHttpStatusCode()); in testError_forbiddenWithRequest()
43 public int getHttpStatusCode() { in getHttpStatusCode() method in HttpException
114 assertEquals("Unexpected http status code", info.getHttpStatusCode(), 200); in onSucceeded()
164 method public abstract int getHttpStatusCode();