Package reactor.netty.http
Class HttpOperations.PostHeadersNettyOutbound
java.lang.Object
java.util.concurrent.atomic.AtomicBoolean
reactor.netty.http.HttpOperations.PostHeadersNettyOutbound
- All Implemented Interfaces:
Serializable,Publisher<Void>,NettyOutbound
- Enclosing class:
- HttpOperations<INBOUND extends NettyInbound,
OUTBOUND extends NettyOutbound>
protected static final class HttpOperations.PostHeadersNettyOutbound
extends AtomicBoolean
implements NettyOutbound
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostHeadersNettyOutbound(Mono<Void> source, HttpOperations<?, ?> parent, @Nullable ByteBuf msg) -
Method Summary
Modifier and TypeMethodDescriptionalloc()sendObject(Object message) sendObject(Publisher<?> dataStream, Predicate<Object> predicate) <S> NettyOutboundsendUsing(Callable<? extends S> sourceInput, BiFunction<? super Connection, ? super S, ?> mappedInput, Consumer<? super S> sourceCleanup) then()withConnection(Consumer<? super Connection> withConnection) Methods inherited from class java.util.concurrent.atomic.AtomicBoolean
compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndSet, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface reactor.netty.NettyOutbound
neverComplete, send, sendByteArray, sendFile, sendFile, sendFileChunked, sendGroups, sendObject, sendString, sendString, subscribe, then, then
-
Constructor Details
-
PostHeadersNettyOutbound
public PostHeadersNettyOutbound(Mono<Void> source, HttpOperations<?, ?> parent, @Nullable ByteBuf msg)
-
-
Method Details
-
then
- Specified by:
thenin interfaceNettyOutbound
-
alloc
- Specified by:
allocin interfaceNettyOutbound
-
send
- Specified by:
sendin interfaceNettyOutbound
-
sendObject
- Specified by:
sendObjectin interfaceNettyOutbound
-
sendObject
- Specified by:
sendObjectin interfaceNettyOutbound
-
sendUsing
public <S> NettyOutbound sendUsing(Callable<? extends S> sourceInput, BiFunction<? super Connection, ? super S, ?> mappedInput, Consumer<? super S> sourceCleanup) - Specified by:
sendUsingin interfaceNettyOutbound
-
withConnection
- Specified by:
withConnectionin interfaceNettyOutbound
-