Searched defs:newTimeoutException (Results 1 - 2 of 2) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DAsyncTimeout.java245 * 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) { method in class:AsyncTimeout
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedStream.java604 @Override protected IOException newTimeoutException(IOException cause) { method in class:FramedStream.StreamTimeout
613 if (exit()) throw newTimeoutException(null /* cause */);

Completed in 282 milliseconds