HomeSort by relevance Sort by last modified time
    Searched refs:newTimeoutException (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okio/okio/src/main/java/okio/
AsyncTimeout.java 245 * timeout occurred. See {@link #newTimeoutException(java.io.IOException)}
250 if (timedOut && throwOnTimeout) throw newTimeoutException(null);
256 * {@link #newTimeoutException(java.io.IOException)} for the type of
261 return newTimeoutException(cause);
269 protected IOException newTimeoutException(IOException cause) {
Okio.java 206 @Override protected IOException newTimeoutException(IOException cause) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 604 @Override protected IOException newTimeoutException(IOException cause) {
613 if (exit()) throw newTimeoutException(null /* cause */);

Completed in 2307 milliseconds