VISH
0.2
|
Callback action that is invoked when a new client connection to the server port. More...
Callback action that is invoked when a new client connection to the server port.
bool WebVish::AcceptConnections::accept | ( | socket_t | ) | [inline, virtual] |
Callback function invoked by the VSocketAction instance when a new client has connected to a server that lurks around via the VSocketAction::listen() call.
The Connector is responsible itself for registering data receiver callbacks, if such is desired.
Implements Wizt::VSocketAction::Connector.