枚举类的使用
com.lark.oapi.okhttp.TlsVersion
使用TlsVersion的程序包
-
com.lark.oapi.okhttp中TlsVersion的使用
修饰符和类型方法说明static TlsVersionTlsVersion.forJavaName(String javaName) Handshake.tlsVersion()Returns the TLS version used for this connection.static TlsVersion返回带有指定名称的该类的枚举常量。static TlsVersion[]TlsVersion.values()返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同返回变量类型为TlsVersion的类型的com.lark.oapi.okhttp中的方法修饰符和类型方法说明ConnectionSpec.tlsVersions()Returns the TLS versions to use when negotiating a connection.参数类型为TlsVersion的com.lark.oapi.okhttp中的方法修饰符和类型方法说明static HandshakeHandshake.get(TlsVersion tlsVersion, CipherSuite cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) ConnectionSpec.Builder.tlsVersions(TlsVersion... tlsVersions)