Home
last modified time | relevance | path

Searched refs:getConnectionSpecs (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DAddress.java137 public List<ConnectionSpec> getConnectionSpecs() { in getConnectionSpecs() method in Address
DOkHttpClient.java537 public List<ConnectionSpec> getConnectionSpecs() { in getConnectionSpecs() method in OkHttpClient
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStreamAllocation.java184 newConnection.connect(connectTimeout, readTimeout, writeTimeout, address.getConnectionSpecs(), in findConnection()
DHttpEngine.java985 client.getConnectionSpecs(), client.getProxySelector()); in createAddress()