getClient

abstract fun getClient(): Optional<UdpClient>

Gets the UdpClient, if available.

Return

An optional containing the UdpClient, or empty if not set.