Searched refs:COMPATIBLE_TLS (Results 1 – 7 of 7) sorted by relevance
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | ConnectionSpecSelectorTest.java | 47 createConnectionSpecSelector(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS); in nonRetryableIOException() 60 createConnectionSpecSelector(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS); in nonRetryableSSLHandshakeException() 75 createConnectionSpecSelector(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS); in retryableSSLHandshakeException() 92 ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, sslV3); in someFallbacksSupported()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | ConnectionSpecTest.java | 269 assertTrue(set.add(ConnectionSpec.COMPATIBLE_TLS)); in equalsAndHashCode() 275 assertTrue(set.remove(ConnectionSpec.COMPATIBLE_TLS)); in equalsAndHashCode()
|
D | CallTest.java | 997 Arrays.asList(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS)); in cleartextCallsFailWhenCleartextIsDisabled()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | ConnectionSpec.java | 71 public static final ConnectionSpec COMPATIBLE_TLS = new Builder(MODERN_TLS) field in ConnectionSpec
|
D | OkHttpClient.java | 58 ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | RouteSelectorTest.java | 51 ConnectionSpec.COMPATIBLE_TLS,
|
/external/okhttp/ |
D | CHANGELOG.md | 341 * **`COMPATIBLE_TLS` no longer supports SSLv3.** In response to the 406 ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS));
|