Package reactor.netty.udp


@NullMarked package reactor.netty.udp
Components for writing UDP-based clients and servers using Reactor abstractions.
  • Class
    Description
    A 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 underlying Channel.
    An outbound-traffic API delegating to an underlying Channel.
    Hold the default UDP resources.
    A UdpServer allows building in a safe immutable way a UDP server that is materialized and connecting when UdpServer.bind() is ultimately called.
    Encapsulate all necessary configuration for UDP server transport.