VISH  0.2
Public Member Functions | Public Attributes | Protected Member Functions
Wizt::VSocketAction::Receiver Class Reference

Functor object for callbacks when data are received on a socket. More...

#include </home/werner/origo/vish/ocean/streams/VSocketAction.hpp>

List of all members.

Public Member Functions

Public Attributes

Protected Member Functions


Detailed Description

Functor object for callbacks when data are received on a socket.


Member Function Documentation

virtual bool Wizt::VSocketAction::Receiver::receive ( socket_t  ) [protected, pure 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.

Implemented in TangVish::Client, WebVish::Client, TangVish::Client, Wizt::RemoteVish::Communicator, TangVish::Client, Wizt::RemoteViewer::Communicator, and Wizt::MessageRetriever.


The documentation for this class was generated from the following files: