public class ChecksumCalculatingAsyncRequestBody extends Object implements AsyncRequestBody
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChecksumCalculatingAsyncRequestBody.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumCalculatingAsyncRequestBody.Builder |
builder() |
Optional<Long> |
contentLength() |
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, fromStringadapt, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribepublic static ChecksumCalculatingAsyncRequestBody.Builder builder()
FileAsyncRequestBody.public Optional<Long> contentLength()
contentLength in interface AsyncRequestBodypublic String contentType()
contentType in interface AsyncRequestBodypublic void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s)
subscribe in interface org.reactivestreams.Publisher<ByteBuffer>Copyright © 2022. All rights reserved.