See: Description
Interface | Description |
---|---|
UdpInbound |
An inbound-traffic API delegating to an underlying
Channel . |
UdpOutbound |
An outbound-traffic API delegating to an underlying
Channel . |
Class | Description |
---|---|
UdpClient |
A UdpClient allows building in a safe immutable way a UDP client that is materialized
and connecting when
UdpClient.connect() is ultimately called. |
UdpClientConfig |
Encapsulate all necessary configuration for UDP client transport.
|
UdpResources |
Hold the default UDP resources
|
UdpServer |
A UdpServer allows building in a safe immutable way a UDP server that is materialized
and connecting when
UdpServer.bind() is ultimately called. |
UdpServerConfig |
Encapsulate all necessary configuration for UDP server transport.
|