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.go1501 retryRequest := retryRequestMsg.addU24LengthPrefixed()
1502 retryRequest.addU16(VersionTLS12)
1503 retryRequest.addBytes(tls13HelloRetryRequest)
1504 sessionId := retryRequest.addU8LengthPrefixed()
1506 retryRequest.addU16(m.cipherSuite)
1507 retryRequest.addU8(m.compressionMethod)
1509 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.txt1337 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
2561 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…