public final class ByteArrayAsyncRequestBody extends Object implements AsyncRequestBody
| 构造器和说明 |
|---|
ByteArrayAsyncRequestBody(byte[] bytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<Long> |
contentLength() |
Optional<String> |
contentType() |
void |
subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitempty, fromByteBuffer, fromBytes, fromFile, fromFile, fromPublisher, fromString, fromStringpublic Optional<Long> contentLength()
contentLength 在接口中 TeaRequestBodypublic Optional<String> contentType()
contentType 在接口中 TeaRequestBodypublic void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s)
subscribe 在接口中 org.reactivestreams.Publisher<ByteBuffer>Copyright © 2023. All rights reserved.