Package reactor.netty.udp
@NullMarked
package reactor.netty.udp
Components for writing UDP-based clients and servers using Reactor abstractions.
-
ClassDescriptionA UdpClient allows building in a safe immutable way a UDP client that is materialized and connecting when
UdpClient.connect()
is ultimately called.Encapsulate all necessary configuration for UDP client transport.An inbound-traffic API delegating to an underlyingChannel
.An outbound-traffic API delegating to an underlyingChannel
.Hold the default UDP resources.A UdpServer allows building in a safe immutable way a UDP server that is materialized and connecting whenUdpServer.bind()
is ultimately called.Encapsulate all necessary configuration for UDP server transport.