Searched refs:connectionSpec (Results 1 – 4 of 4) sorted by relevance
58 ConnectionSpec connectionSpec = connectionSpecs.get(i); in configureSecureSocket() local59 if (connectionSpec.isCompatible(sslSocket)) { in configureSecureSocket()60 tlsConfiguration = connectionSpec; in configureSecureSocket()
259 public Builder(ConnectionSpec connectionSpec) { in Builder() argument260 this.tls = connectionSpec.tls; in Builder()261 this.cipherSuites = connectionSpec.cipherSuites; in Builder()262 this.tlsVersions = connectionSpec.tlsVersions; in Builder()263 this.supportsTlsExtensions = connectionSpec.supportsTlsExtensions; in Builder()
283 ConnectionSpec connectionSpec = new ConnectionSpec.Builder(ConnectionSpec.MODERN_TLS) in allEnabledToString() local288 + "supportsTlsExtensions=true)", connectionSpec.toString()); in allEnabledToString()292 ConnectionSpec connectionSpec = new ConnectionSpec.Builder(ConnectionSpec.MODERN_TLS) in simpleToString() local297 + "supportsTlsExtensions=true)", connectionSpec.toString()); in simpleToString()
185 ConnectionSpec connectionSpec = connectionSpecSelector.configureSecureSocket(sslSocket); in connectTls() local186 if (connectionSpec.supportsTlsExtensions()) { in connectTls()213 String maybeProtocol = connectionSpec.supportsTlsExtensions() in connectTls()