#include <Comm.h>
Inheritance diagram for UDPReceiver:

Public Member Functions | |
| UDPReceiver (in_port_t port, const char *hostname=NULL, bool reuse=true) | |
| virtual size_t | receive (char *, size_t) throw (CommException) |
| virtual void | shutdown () |
| virtual string | uri () |
| virtual string & | uri (string &) |
this receiver uses a UDP port to receive packets. It creates a local UDP port, accepting packets from it.
|
||||||||||||||||
|
constructs a UDPReceiver
|
|
||||||||||||
|
receives a message
Implements Receiver. |
|
|
closes this sender Reimplemented from Receiver. |
|
|
exernally visible URI for this receiver a URI is an external representation of the point of contact of this receiver. This URI can be used to create senders to contact this receiver. Implements Receiver. |
|
|
URI for this receiver a URI is an external representation of the point of contact of this receiver. This URI can be used to create senders to contact this receiver. Implements Receiver. |