类的使用
com.lark.oapi.okhttp.ConnectionSpec
使用ConnectionSpec的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.okhttp中ConnectionSpec的使用
修饰符和类型字段说明static final ConnectionSpecConnectionSpec.CLEARTEXTUnencrypted, unauthenticated connections forhttp:URLs.static final ConnectionSpecConnectionSpec.COMPATIBLE_TLSA backwards-compatible fallback configuration that works on obsolete client platforms and can connect to obsolete servers.static final ConnectionSpecConnectionSpec.MODERN_TLSA modern TLS configuration that works on most client platforms and can connect to most servers.static final ConnectionSpecConnectionSpec.RESTRICTED_TLSA secure TLS connection that requires a recent client platform and a recent server.返回变量类型为ConnectionSpec的类型的com.lark.oapi.okhttp中的方法类型变量类型为ConnectionSpec的com.lark.oapi.okhttp中的方法参数参数类型为ConnectionSpec的com.lark.oapi.okhttp中的构造器 -
com.lark.oapi.okhttp.internal中ConnectionSpec的使用
修饰符和类型方法说明abstract voidInternal.apply(ConnectionSpec tlsConfiguration, SSLSocket sslSocket, boolean isFallback)