类的使用
com.lark.oapi.okhttp.OkHttpClient
使用OkHttpClient的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.core.httpclient中OkHttpClient的使用
参数类型为OkHttpClient的com.lark.oapi.core.httpclient中的构造器 -
com.lark.oapi.core.utils中OkHttpClient的使用
-
com.lark.oapi.okhttp中OkHttpClient的使用
-
com.lark.oapi.okhttp.internal中OkHttpClient的使用
-
com.lark.oapi.okhttp.internal.connection中OkHttpClient的使用
-
com.lark.oapi.okhttp.internal.http中OkHttpClient的使用
-
com.lark.oapi.okhttp.internal.http1中OkHttpClient的使用
限定符构造器说明Http1ExchangeCodec(OkHttpClient client, RealConnection realConnection, BufferedSource source, BufferedSink sink) -
com.lark.oapi.okhttp.internal.http2中OkHttpClient的使用
限定符构造器说明Http2ExchangeCodec(OkHttpClient client, RealConnection realConnection, Interceptor.Chain chain, Http2Connection connection) -
com.lark.oapi.okhttp.internal.ws中OkHttpClient的使用