Home
last modified time | relevance | path

Searched refs:retryRequest (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/client/
DHttpRequestRetryHandler.java69 boolean retryRequest(IOException exception, int executionCount, HttpContext context); in retryRequest() method
/external/apache-http/src/org/apache/http/impl/client/
DDefaultHttpRequestRetryHandler.java83 public boolean retryRequest( in retryRequest() method in DefaultHttpRequestRetryHandler
DDefaultRequestDirector.java448 if (retryHandler.retryRequest(ex, execCount, context)) { in execute()
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1396 retryRequest := retryRequestMsg.addU24LengthPrefixed()
1397 retryRequest.addU16(m.vers)
1398 extensions := retryRequest.addU16LengthPrefixed()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java468 if (retryHandler.retryRequest(ex, wrapper.getExecCount(), context)) { in execute()
/external/apache-http/api/
Dapache-http-legacy-current.txt1426 …method public abstract boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.Htt…
2682 …method public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.HttpContext);