Home
last modified time | relevance | path

Searched refs:retryRequest (Results 1 – 7 of 7) 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.go1734 retryRequest := retryRequestMsg.addU24LengthPrefixed()
1735 retryRequest.addU16(VersionTLS12)
1736 retryRequest.addBytes(tls13HelloRetryRequest)
1737 sessionID := retryRequest.addU8LengthPrefixed()
1739 retryRequest.addU16(m.cipherSuite)
1740 retryRequest.addU8(m.compressionMethod)
1742 extensions := retryRequest.addU16LengthPrefixed()
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java492 if (retryHandler.retryRequest(ex, wrapper.getExecCount(), context)) { in execute()
/external/apache-http/
Dart-profile77 HPLorg/apache/http/client/HttpRequestRetryHandler;->retryRequest(Ljava/io/IOException;ILorg/apache/…
/external/apache-http/api/
Dcurrent.txt1343 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
2567 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…