public interface MultipartInbound extends NettyInbound
| Modifier and Type | Method and Description |
|---|---|
static Flux<ByteBufFlux> |
from(HttpClientResponse inbound) |
default ByteBufFlux |
receive()
A
Flux extension that allows for extra decoding operators |
default Flux<?> |
receiveObject()
a Object inbound
Flux |
Flux<ByteBufFlux> |
receiveParts()
|
attr, context, context, onReadIdle, remoteAddressstatic Flux<ByteBufFlux> from(HttpClientResponse inbound)
inbound - Flux<ByteBufFlux> receiveParts()
default ByteBufFlux receive()
NettyInboundFlux extension that allows for extra decoding operatorsreceive in interface Inbound<ByteBuf>receive in interface NettyInboundByteBufFluxdefault Flux<?> receiveObject()
NettyInboundFluxreceiveObject in interface NettyInboundFlux