protected static final class HttpOperations.PostHeadersNettyOutbound extends AtomicBoolean implements reactor.netty.NettyOutbound
| Constructor and Description |
|---|
PostHeadersNettyOutbound(Mono<Void> source,
HttpOperations<?,?> parent,
ByteBuf msg) |
| Modifier and Type | Method and Description |
|---|---|
ByteBufAllocator |
alloc() |
reactor.netty.NettyOutbound |
send(Publisher<? extends ByteBuf> dataStream,
Predicate<ByteBuf> predicate) |
reactor.netty.NettyOutbound |
sendObject(Object message) |
reactor.netty.NettyOutbound |
sendObject(Publisher<?> dataStream,
Predicate<Object> predicate) |
<S> reactor.netty.NettyOutbound |
sendUsing(Callable<? extends S> sourceInput,
BiFunction<? super reactor.netty.Connection,? super S,?> mappedInput,
Consumer<? super S> sourceCleanup) |
Mono<Void> |
then() |
reactor.netty.NettyOutbound |
withConnection(Consumer<? super reactor.netty.Connection> withConnection) |
compareAndSet, get, getAndSet, lazySet, set, toString, weakCompareAndSetpublic PostHeadersNettyOutbound(Mono<Void> source, HttpOperations<?,?> parent, @Nullable ByteBuf msg)
public ByteBufAllocator alloc()
alloc in interface reactor.netty.NettyOutboundpublic reactor.netty.NettyOutbound send(Publisher<? extends ByteBuf> dataStream, Predicate<ByteBuf> predicate)
send in interface reactor.netty.NettyOutboundpublic reactor.netty.NettyOutbound sendObject(Publisher<?> dataStream, Predicate<Object> predicate)
sendObject in interface reactor.netty.NettyOutboundpublic reactor.netty.NettyOutbound sendObject(Object message)
sendObject in interface reactor.netty.NettyOutboundpublic <S> reactor.netty.NettyOutbound sendUsing(Callable<? extends S> sourceInput, BiFunction<? super reactor.netty.Connection,? super S,?> mappedInput, Consumer<? super S> sourceCleanup)
sendUsing in interface reactor.netty.NettyOutboundpublic reactor.netty.NettyOutbound withConnection(Consumer<? super reactor.netty.Connection> withConnection)
withConnection in interface reactor.netty.NettyOutbound