Home
last modified time | relevance | path

Searched refs:newTimeoutException (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DAsyncTimeout.java250 if (timedOut && throwOnTimeout) throw newTimeoutException(null);
261 return newTimeoutException(cause);
269 protected IOException newTimeoutException(IOException cause) {
DOkio.java211 @Override protected IOException newTimeoutException(IOException cause) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java604 @Override protected IOException newTimeoutException(IOException cause) { in newTimeoutException() method in FramedStream.StreamTimeout
613 if (exit()) throw newTimeoutException(null /* cause */); in exitAndThrowIfTimedOut()