Searched defs:tlsVersions (Results 1 – 4 of 4) sorted by relevance
79 private final String[] tlsVersions; field in ConnectionSpec109 public List<TlsVersion> tlsVersions() { in tlsVersions() method in ConnectionSpec274 private String[] tlsVersions; field in ConnectionSpec.Builder313 public Builder tlsVersions(TlsVersion... tlsVersions) { in tlsVersions() argument328 public Builder tlsVersions(String... tlsVersions) { in tlsVersions() method in ConnectionSpec.Builder
122 private SSLSocket createSocketWithEnabledProtocols(TlsVersion... tlsVersions) throws IOException { in createSocketWithEnabledProtocols()134 private static String[] javaNames(TlsVersion... tlsVersions) { in javaNames()
779 var tlsVersions = []struct { var
642 Set<TlsVersion> tlsVersions = in sslFallbackNotUsedWhenRecycledConnectionFails() local