类 ConnectionSpec.Builder
java.lang.Object
com.lark.oapi.okhttp.ConnectionSpec.Builder
- 封闭类:
ConnectionSpec
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()cipherSuites(CipherSuite... cipherSuites) cipherSuites(String... cipherSuites) supportsTlsExtensions(boolean supportsTlsExtensions) 已过时。since OkHttp 3.13 all TLS-connections are expected to support TLS extensions.tlsVersions(TlsVersion... tlsVersions) tlsVersions(String... tlsVersions)
-
构造器详细资料
-
Builder
-
-
方法详细资料
-
allEnabledCipherSuites
-
cipherSuites
-
cipherSuites
-
allEnabledTlsVersions
-
tlsVersions
-
tlsVersions
-
supportsTlsExtensions
已过时。since OkHttp 3.13 all TLS-connections are expected to support TLS extensions. In a future release setting this to true will be unnecessary and setting it to false will have no effect. -
build
-