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

Network Client Callback: action performed when an HTTP request has been accepted and is sent to the server. More...

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Network Client Callback: action performed when an HTTP request has been accepted and is sent to the server.

The ready() callback function is responsible for parsing the HTTP request and invoke appropriate actions.


Member Function Documentation

override bool WebVish::Client::receive ( socket_t  ) [inline, virtual]

Callback function invoked when data are ready to be read from the socket.

Returns:
false if the connection shall be closed after this data transfer, otherwise return true to indicate it shall be kept alive.

Implements Wizt::VSocketAction::Receiver.


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