#include <netconf.h>
Inheritance diagram for GNUMessenger::NetConf:


Public Member Functions | |
| NetConf () | |
| Default constructor. | |
| NetConf (const NetConf &net) | |
| Copy constructor. | |
| NetConf (const XMLNode &node) | |
| Construct from XMLNode. | |
| string | getProtocol () |
| Return the protocol name. | |
| NetConf & | setProtocol (const string &name) |
| Sets the name of the protocol. | |
| string | getServer () |
| Returns the name of the server used for communication. | |
| NetConf & | setServer (const string &name) |
| Sets the servers FQHN. | |
| virtual const string | type () const |
| virtual const string & | name () const |
| a virtual function to return a 'name' | |
| virtual XMLNode & | setName (const string &name) |
| Set tag name. | |
| string | getLoginServer () |
| Returns the name of the server used to authenticate. | |
| NetConf & | setLoginServer (const string &name) |
| NetConf & | setServerPort (unsigned int port) |
| unsigned int | getServerPort () |
| NetConf & | setLoginPort (unsigned int port) |
| unsigned int | getLoginPort () |
| NetConf & | setLogin (const string &name) |
| string | getLogin () const |
| NetConf & | setPassword (const VBuffer &pass) |
| VBuffer | getPassword () const |
Definition at line 38 of file netconf.h.
|
|
Copy constructor.
|
|
|
Construct from XMLNode.
|
|
|
Returns the name of the server used to authenticate.
References GNUMessenger::XMLNode::child(), and GNUMessenger::XMLNode::property().
Here is the call graph for this function: ![]() |
|
|
Return the protocol name.
References name().
Here is the call graph for this function: ![]() |
|
|
Returns the name of the server used for communication.
References GNUMessenger::XMLNode::child(), and GNUMessenger::XMLNode::property().
Here is the call graph for this function: ![]() |
|
|
Sets the name of the protocol.
References setName().
Here is the call graph for this function: ![]() |
|
|
Sets the servers FQHN.
References GNUMessenger::XMLNode::child(), and GNUMessenger::XMLNode::setProperty().
Here is the call graph for this function: ![]() |
1.3.8