Searched refs:RouteException (Results 1 – 8 of 8) sorted by relevance
28 RouteException re = new RouteException(firstException); in getConnectionIOException_single()36 RouteException re = new RouteException(firstException); in getConnectionIOException_multiple()
28 import com.squareup.okhttp.internal.http.RouteException;153 List<ConnectionSpec> connectionSpecs, boolean connectionRetryEnabled) throws RouteException { in connect()156 RouteException routeException = null; in connect()163 throw new RouteException(new UnknownServiceException( in connect()180 routeException = new RouteException(e); in connect()362 throws RouteException { in connectAndSetOwner()476 throws RouteException { in setTimeouts()484 throw new RouteException(e); in setTimeouts()
21 import com.squareup.okhttp.internal.http.RouteException;272 } catch (RouteException e) { in getResponse()
25 import com.squareup.okhttp.internal.http.RouteException;129 HttpEngine owner, Request request) throws RouteException {
26 public final class RouteException extends Exception { class39 public RouteException(IOException cause) { in RouteException() method in RouteException
219 public void sendRequest() throws RequestException, RouteException, IOException { in sendRequest()316 private void connect() throws RequestException, RouteException { in connect()333 private Connection createNextConnection() throws RouteException { in createNextConnection()348 throw new RouteException(e); in createNextConnection()404 public HttpEngine recover(RouteException e) { in recover()422 private boolean isRecoverable(RouteException e) { in isRecoverable()
29 import com.squareup.okhttp.internal.http.RouteException;86 HttpEngine owner, Request request) throws RouteException; in connectAndSetOwner()
41 import com.squareup.okhttp.internal.http.RouteException;472 } catch (RouteException e) { in execute()