In file acceptor.hxx:

namespace vos class IAcceptHandler

Interface IAcceptHandler Overload onConnection() to handle a connected socket

Public Methods

virtual Boolean onConnection (OStreamSocket& Socket, OSocketAddr& Addr)
Handles a connection accepted by an OAcceptor

Documentation

Interface IAcceptHandler Overload onConnection() to handle a connected socket
virtual Boolean onConnection(OStreamSocket& Socket, OSocketAddr& Addr)
Handles a connection accepted by an OAcceptor
Returns:
Return True if you want the OAcceptor to delete your object. Return False if you want to delete the object later by yourself.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de