Searched defs:connectionSpecs (Results 1 – 7 of 7) sorted by relevance
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()
33 private List<ConnectionSpec> connectionSpecs = Util.immutableList(ConnectionSpec.MODERN_TLS); field in AddressTest
118 ConnectionSpec... connectionSpecs) { in createConnectionSpecSelector()
93 List<ConnectionSpec> connectionSpecs, boolean connectionRetryEnabled) throws RouteException { in connect()
49 public final List<ConnectionSpec> connectionSpecs = Util.immutableList( field in RouteSelectorTest