A listener for incoming connections. More...
#include <listener.hpp>
Public Member Functions | |
| listener () | |
| Create an empty 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. More... | |
Friends | |
| class | container |
A listener for incoming connections.
| void stop | ( | ) |
Stop listening on the address provided to the call to container::listen that returned this listener.