DNA_Client

DNA_Client

dna

1998 12-06


CLASS

DNA_Client - C++ network connection client


SYNOPSIS

DNA_Client performs the role of client in the client-server paradigm for network connections (e.g., TCP/IP).


MEMBER FUNCTIONS


NOTES

Message handlers are given the opportunity to handle messages in the same order as the list of message handlers for the client. Thus, appending a handler will cause it to be given the opportunity to handle the message if and only if all preceding message handlers have not consumed the message. Conversely, inserting a message handler at position zero will cause it to be given the opportunity to handle the message regardless of subsequent handlers' consumption of the message.


SEE ALSO

DNA_IPMultiplexor(3), DNA_IPSocket(3), DNA_MessageHandler(3), DNA_MessageHandlerWithTimeout(3), DNA_Server(3), DNA_TCPConnectionImp(3)