Home
last modified time | relevance | path

Searched refs:getLastConnectException (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteExceptionTest.java29 assertSame(firstException, re.getLastConnectException()); in getConnectionIOException_single()
40 IOException connectionIOException = re.getLastConnectException(); in getConnectionIOException_multiple()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteException.java44 public IOException getLastConnectException() { in getLastConnectException() method in RouteException
DHttpEngine.java406 connectFailed(routeSelector, e.getLastConnectException()); in recover()
432 IOException ioe = e.getLastConnectException(); in isRecoverable()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCall.java280 throw e.getLastConnectException(); in getResponse()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java481 IOException toThrow = e.getLastConnectException(); in execute()