See: Description
Interface | Description |
---|---|
UdpInbound | |
UdpOutbound |
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. |