Searched defs:connectionSpecs (Results 1 – 11 of 11) sorted by relevance
41 private final List<ConnectionSpec> connectionSpecs; field in ConnectionSpecSelector46 public ConnectionSpecSelector(List<ConnectionSpec> connectionSpecs) { in ConnectionSpecSelector()
39 private final List<ConnectionSpec> connectionSpecs; field in ConnectionSpecSelector44 public ConnectionSpecSelector(List<ConnectionSpec> connectionSpecs) { in ConnectionSpecSelector()
44 final List<ConnectionSpec> connectionSpecs; field in Address54 List<Protocol> protocols, List<ConnectionSpec> connectionSpecs, ProxySelector proxySelector) { in Address()
124 private List<ConnectionSpec> connectionSpecs; field in OkHttpClient532 public OkHttpClient setConnectionSpecs(List<ConnectionSpec> connectionSpecs) { in setConnectionSpecs()
46 final List<ConnectionSpec> connectionSpecs; field in Address56 List<Protocol> protocols, List<ConnectionSpec> connectionSpecs, ProxySelector proxySelector) { in Address()
127 private List<ConnectionSpec> connectionSpecs; field in OkHttpClient546 public OkHttpClient setConnectionSpecs(List<ConnectionSpec> connectionSpecs) { in setConnectionSpecs()
33 private List<ConnectionSpec> connectionSpecs = Util.immutableList(ConnectionSpec.MODERN_TLS); field in AddressTest
118 ConnectionSpec... connectionSpecs) { in createConnectionSpecSelector()
97 List<ConnectionSpec> connectionSpecs, boolean connectionRetryEnabled) throws RouteException { in connect()
93 List<ConnectionSpec> connectionSpecs, boolean connectionRetryEnabled) throws RouteException { in connect()
49 public final List<ConnectionSpec> connectionSpecs = Util.immutableList( field in RouteSelectorTest