类的使用
com.lark.oapi.okhttp.ResponseBody
使用ResponseBody的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.okhttp中ResponseBody的使用
修饰符和类型方法说明Response.body()Returns a non-null value if this response was passed toCallback.onResponse(com.lark.oapi.okhttp.Call, com.lark.oapi.okhttp.Response)or returned fromCall.execute().static ResponseBodyReturns a new response body that transmitscontent.static ResponseBodyResponseBody.create(MediaType contentType, long contentLength, BufferedSource content) Returns a new response body that transmitscontent.static ResponseBodyResponseBody.create(MediaType contentType, ByteString content) Returns a new response body that transmitscontent.static ResponseBodyReturns a new response body that transmitscontent.Response.peekBody(long byteCount) Peeks up tobyteCountbytes from the response body and returns them as a new response body.参数类型为ResponseBody的com.lark.oapi.okhttp中的方法 -
com.lark.oapi.okhttp.internal中ResponseBody的使用
-
com.lark.oapi.okhttp.internal.connection中ResponseBody的使用
-
com.lark.oapi.okhttp.internal.http中ResponseBody的使用