Object
Object
Use this class to implement a UDP datagram oriented service. The call to recvfrom blocks only the current tasklet, not the whole application. You can use this same object to send a response to the caller. Or else handle the request on another tasklet and, when necessary, use an BroadcastClientDatagramSocket to send a reply.