VISH  0.2
Public Member Functions | Public Attributes
WebVish::AcceptConnections Struct Reference

Callback action that is invoked when a new client connection to the server port. More...

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Callback action that is invoked when a new client connection to the server port.


Member Function Documentation

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.

Returns:
false if the server socket shall be closed, true if the server shall continue listening.

Implements Wizt::VSocketAction::Connector.


The documentation for this struct was generated from the following file: