Java com.squareup.okhttp ConnectionSpec fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp ConnectionSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.squareup.okhttp ConnectionSpec.

The text is from its open source code.

Field

ConnectionSpecMODERN_TLS
A modern TLS connection with extensions like SNI and ALPN available.
ConnectionSpecCOMPATIBLE_TLS
A backwards-compatible fallback connection for interop with obsolete servers.
ConnectionSpecCLEARTEXT
Unencrypted, unauthenticated connections for http: URLs.