接口的使用
com.lark.oapi.okio.BufferedSource
使用BufferedSource的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.okhttp中BufferedSource的使用
参数类型为BufferedSource的com.lark.oapi.okhttp中的方法修饰符和类型方法说明static ResponseBodyResponseBody.create(MediaType contentType, long contentLength, BufferedSource content) Returns a new response body that transmitscontent. -
com.lark.oapi.okhttp.internal中BufferedSource的使用
-
com.lark.oapi.okhttp.internal.http中BufferedSource的使用
-
com.lark.oapi.okhttp.internal.http1中BufferedSource的使用
限定符构造器说明Http1ExchangeCodec(OkHttpClient client, RealConnection realConnection, BufferedSource source, BufferedSink sink) -
com.lark.oapi.okhttp.internal.http2中BufferedSource的使用
修饰符和类型方法说明booleanPushObserver.onData(int streamId, BufferedSource source, int byteCount, boolean last) A chunk of response data corresponding to a pushed request.Http2Connection.Builder.socket(Socket socket, String connectionName, BufferedSource source, BufferedSink sink) -
com.lark.oapi.okhttp.internal.ws中BufferedSource的使用
-
com.lark.oapi.okio中BufferedSource的使用
修饰符和类型方法说明static BufferedSourceReturns a new source that buffers reads fromsource.Buffer.peek()BufferedSource.peek()Returns a newBufferedSourcethat can read data from thisBufferedSourcewithout consuming it.