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 to build in a safe immutable way a UDP client that is materialized
and connecting when
UdpClient.connect(Bootstrap) is ultimately called. |
| UdpResources |
Hold the default UDP resources
|
| UdpServer |
A UdpServer allows to build in a safe immutable way a UDP server that is materialized
and connecting when
UdpServer.bind(Bootstrap) is ultimately called. |