Atlas_Net_StreamConnect(3)

Atlas::Net::StreamConnect(3) Library Functions Manual Atlas::Net::StreamConnect(3)

NAME

Atlas::Net::StreamConnect - Negotiation of clients building a connection to a remote system.

SYNOPSIS

#include <Stream.h>

Inherits Atlas::Negotiate.

Public Member Functions


StreamConnect (const std::string &name, std::iostream &)
virtual void poll (bool can_read=true)
virtual State getState ()
virtual Atlas::Codec * getCodec (Atlas::Bridge &)

Additional Inherited Members

Detailed Description

Negotiation of clients building a connection to a remote system.

Used once a stream connection has been established to the server. This class offers the server a list of Atlas::Codec types that the client can understand, and then listens for the servers decision. 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.

Tue Oct 10 2017 Atlas-C++