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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DConnectionSpecSelector.java90 public boolean connectionFailed(IOException e) { method in class:ConnectionSpecSelector
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DStreamAllocation.java141 connectionFailed();
275 private void connectionFailed(IOException e) { method in class:StreamAllocation
288 connectionFailed();
292 public void connectionFailed() { method in class:StreamAllocation
322 connectionFailed(e.getLastConnectException());
336 connectionFailed(e);

Completed in 137 milliseconds