public class BytesBody extends ResourceBody
| 构造器和说明 |
|---|
BytesBody(byte[] content)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BytesBody |
of(byte[] content)
创建 Http request body
|
getContentType, getResource, getStream, of, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentType, writeClosepublic static BytesBody of(byte[] content)
content - body内容,编码后Copyright © 2023. All rights reserved.