Skip navigation links
Reactor Netty

@NonNullApi

Package reactor.netty.channel

Netty <-> Reactive Streams bridge via channel handler.

See: Description

Package reactor.netty.channel Description

Netty <-> Reactive Streams bridge via channel handler.

ChannelOperations will be exposed as the user edge API and extended by various protocols such as HTTP. It will convert incoming read into NettyInbound.receive() and apply read backpressure.

ChannelOperationsHandler will tail the channel pipeline and convert Publisher to outgoing write.

Skip navigation links
Reactor Netty