Package ru.tinkoff.kora.http.common.body
Interface HttpBodyInput
- All Superinterfaces:
AutoCloseable,Closeable,Flow.Publisher<ByteBuffer>,HttpBody
- All Known Implementing Classes:
DefaultFullHttpBody,EmptyHttpBody,StreamingHttpBodyInput
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletionStage<byte[]>default CompletionStage<ByteBuffer>default InputStreamvoidsubscribe(Flow.Subscriber<? super ByteBuffer> subscriber) Methods inherited from interface ru.tinkoff.kora.http.common.body.HttpBody
contentLength, contentType, getFullContentIfAvailable
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceFlow.Publisher<ByteBuffer>
-
asInputStream
-
asBufferStage
-
asArrayStage
-