Example usage for Java com.squareup.okhttp ConnectionSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
ConnectionSpec | MODERN_TLS A modern TLS connection with extensions like SNI and ALPN available. |
ConnectionSpec | COMPATIBLE_TLS A backwards-compatible fallback connection for interop with obsolete servers. |
ConnectionSpec | CLEARTEXT Unencrypted, unauthenticated connections for http: URLs. |