protected static final class HttpOperations.PostHeadersNettyOutbound extends Object implements NettyOutbound, Consumer<Throwable>, Runnable
| Constructor and Description |
|---|
PostHeadersNettyOutbound(Mono<Void> source,
HttpOperations<?,?> parent,
ByteBuf msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Throwable throwable) |
ByteBufAllocator |
alloc() |
void |
run() |
NettyOutbound |
send(Publisher<? extends ByteBuf> dataStream,
Predicate<ByteBuf> predicate) |
NettyOutbound |
sendObject(Object message) |
NettyOutbound |
sendObject(Publisher<?> dataStream,
Predicate<Object> predicate) |
<S> NettyOutbound |
sendUsing(Callable<? extends S> sourceInput,
BiFunction<? super Connection,? super S,?> mappedInput,
Consumer<? super S> sourceCleanup) |
Mono<Void> |
then() |
NettyOutbound |
withConnection(Consumer<? super Connection> withConnection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneverComplete, send, sendByteArray, sendFile, sendFile, sendFileChunked, sendGroups, sendObject, sendString, sendString, subscribe, then, thenpublic PostHeadersNettyOutbound(Mono<Void> source, HttpOperations<?,?> parent, @Nullable ByteBuf msg)
public void accept(Throwable throwable)
public Mono<Void> then()
then in interface NettyOutboundpublic ByteBufAllocator alloc()
alloc in interface NettyOutboundpublic NettyOutbound send(Publisher<? extends ByteBuf> dataStream, Predicate<ByteBuf> predicate)
send in interface NettyOutboundpublic NettyOutbound sendObject(Publisher<?> dataStream, Predicate<Object> predicate)
sendObject in interface NettyOutboundpublic NettyOutbound sendObject(Object message)
sendObject in interface NettyOutboundpublic <S> NettyOutbound sendUsing(Callable<? extends S> sourceInput, BiFunction<? super Connection,? super S,?> mappedInput, Consumer<? super S> sourceCleanup)
sendUsing in interface NettyOutboundpublic NettyOutbound withConnection(Consumer<? super Connection> withConnection)
withConnection in interface NettyOutbound