Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

conf_connection Class Reference

#include <msg_cpp.h>

List of all members.

Public Member Functions

 conf_connection ()
 default constructor
 conf_connection (const conf_connection &x)
 copy constructor
conf_connectionoperator= (const conf_connection &x)
 assign operator
conf_connectionoperator= (const conf_listener &x)
 copy operator from listener info

Public Attributes

transport_type _type
 type of atom
guid_t _address
 address
ub2_t _port
 port for socket & http connections
string_t _network
 network for socket & http connections
string_t _info
 additional information
ub4_t _ping
 ping interval time in msec
bool _support_crypt
 flag supporting crypt
room_byte_t _crypt_private
 private crypto key
room_byte_t _crypt_external
 external crypto key
guid_t _session
 session ident


Detailed Description

common class for connection config information

Definition at line 515 of file msg_cpp.h.


Constructor & Destructor Documentation

conf_connection::conf_connection (  )  [inline]

default constructor

Definition at line 519 of file msg_cpp.h.

References _address, _session, and null_uuid.

conf_connection::conf_connection ( const conf_connection x  )  [inline]

copy constructor

Definition at line 530 of file msg_cpp.h.


Member Function Documentation

conf_connection& conf_connection::operator= ( const conf_connection x  )  [inline]

assign operator

Definition at line 537 of file msg_cpp.h.

References _address, _crypt_external, _crypt_private, _info, _network, _ping, _port, _session, _support_crypt, and _type.

conf_connection& conf_connection::operator= ( const conf_listener x  )  [inline]


Member Data Documentation

port for socket & http connections

Definition at line 571 of file msg_cpp.h.

Referenced by msg_sock_connection::connect(), operator=(), and msg_communicator::parse_connection().

network for socket & http connections

Definition at line 572 of file msg_cpp.h.

Referenced by msg_sock_connection::connect(), operator=(), and msg_communicator::parse_connection().

additional information

Definition at line 573 of file msg_cpp.h.

Referenced by operator=(), and msg_communicator::parse_connection().


The documentation for this class was generated from the following file:


© Copyright Terimber 2003-.