A listener for incoming connections. More...
#include <listener.hpp>
Public Member Functions | |
listener () | |
listener (const listener &) | |
Copy a listener. | |
listener & | operator= (const listener &) |
Copy a listener. | |
void | stop () |
Stop listening on the address provided to the call to container::listen that returned this listener. | |
Friends | |
class | container |
A listener for incoming connections.
broker.cpp, direct_recv.cpp, direct_send.cpp, and helloworld_direct.cpp.
void stop | ( | ) |
Stop listening on the address provided to the call to container::listen that returned this listener.