protected static final class HttpOperations.PostHeadersNettyOutbound extends Object implements NettyOutbound, java.util.function.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,
java.util.function.Predicate<ByteBuf> predicate) |
NettyOutbound |
sendObject(Object message) |
NettyOutbound |
sendObject(Publisher<?> dataStream,
java.util.function.Predicate<Object> predicate) |
<S> NettyOutbound |
sendUsing(Callable<? extends S> sourceInput,
java.util.function.BiFunction<? super Connection,? super S,?> mappedInput,
java.util.function.Consumer<? super S> sourceCleanup) |
Mono<Void> |
then() |
NettyOutbound |
withConnection(java.util.function.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, thenandThenpublic PostHeadersNettyOutbound(Mono<Void> source, HttpOperations<?,?> parent, @Nullable ByteBuf msg)
public void accept(Throwable throwable)
accept in interface java.util.function.Consumer<Throwable>public Mono<Void> then()
then in interface NettyOutboundpublic ByteBufAllocator alloc()
alloc in interface NettyOutboundpublic NettyOutbound send(Publisher<? extends ByteBuf> dataStream, java.util.function.Predicate<ByteBuf> predicate)
send in interface NettyOutboundpublic NettyOutbound sendObject(Publisher<?> dataStream, java.util.function.Predicate<Object> predicate)
sendObject in interface NettyOutboundpublic NettyOutbound sendObject(Object message)
sendObject in interface NettyOutboundpublic <S> NettyOutbound sendUsing(Callable<? extends S> sourceInput, java.util.function.BiFunction<? super Connection,? super S,?> mappedInput, java.util.function.Consumer<? super S> sourceCleanup)
sendUsing in interface NettyOutboundpublic NettyOutbound withConnection(java.util.function.Consumer<? super Connection> withConnection)
withConnection in interface NettyOutbound