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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnection.java330 public void updateReadTimeout(int newTimeout) throws IOException { method in class:Connection
331 if (!connected) throw new IllegalStateException("updateReadTimeout - not connected");

Completed in 101 milliseconds