Searched defs:setSocketTimeout (Results 1 – 6 of 6) sorted by relevance
89 void setSocketTimeout(int timeout); in setSocketTimeout() method
157 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in SocketHttpServerConnection
159 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in SocketHttpClientConnection
188 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in AndroidHttpClientConnection
195 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in AbstractClientConnAdapter
523 public void setSocketTimeout(Duration socketTimeout) { in setSocketTimeout() method in UrlConnectionHttpClient.DefaultBuilder