public final class FileAsyncRequestBody extends Object implements AsyncRequestBody
| 构造器和说明 |
|---|
FileAsyncRequestBody(Path path) |
FileAsyncRequestBody(Path path,
int chunkSizeInBytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 FileAsyncRequestBody(Path path)
public FileAsyncRequestBody(Path path, int chunkSizeInBytes)
public 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.