Atlas_Net_StreamAccept (3) - Linux Manuals
Atlas_Net_StreamAccept: Negotiation of servers accepting a connection from a remote system.
NAME
Atlas::Net::StreamAccept - Negotiation of servers accepting a connection from a remote system.
SYNOPSIS
#include <Stream.h>
Inherits Atlas::Negotiate.
Public Member Functions
StreamAccept (const std::string &name, std::iostream &)
virtual void poll (bool can_read=true)
virtual State getState ()
virtual Atlas::Codec * getCodec (Atlas::Bridge &)
Detailed Description
Negotiation of servers accepting a connection from a remote system.
Used once a stream connection has been established by a client. This class listens to the list of Atlas::Codec types that the client offers, and then responds with the name of the Atlas::Codec which it thinks is most suitable. Once the server has told the client which Atlas::Codec to use, negotiation is flagged as complete, and this object can be deleted.
Author
Generated automatically by Doxygen for Atlas-C++ from the source code.