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_listener Class Reference

common class for config unit information More...

#include <msg_cpp.h>

List of all members.

Public Member Functions

 conf_listener ()
 default constructor
 conf_listener (const conf_listener &x)
 copies constructor
conf_listeneroperator= (const conf_listener &x)
 assigns operator

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
ub4_t _connections
 max connections
room_byte_t _crypt_accept
 private default crypto key
msg_peer_list_t _accept
 list allowed acceptors
msg_peer_list_t _reject
 list disallowed acceptors


Detailed Description

common class for config unit information

Definition at line 459 of file msg_cpp.h.


Constructor & Destructor Documentation

conf_listener::conf_listener (  )  [inline]

default constructor

Definition at line 463 of file msg_cpp.h.

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

copies constructor

Definition at line 473 of file msg_cpp.h.


Member Function Documentation

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

assigns operator

Definition at line 480 of file msg_cpp.h.

References _accept, _address, _connections, _crypt_accept, _info, _network, _ping, _port, _reject, _support_crypt, and _type.


Member Data Documentation

port for socket & http connections

Definition at line 502 of file msg_cpp.h.

Referenced by conf_connection::operator=(), operator=(), msg_communicator::parse_listener(), and msg_sock_listener::v_on().

network for socket & http connections

Definition at line 503 of file msg_cpp.h.

Referenced by conf_connection::operator=(), operator=(), msg_communicator::parse_listener(), and msg_sock_listener::v_on().

additional information

Definition at line 504 of file msg_cpp.h.

Referenced by conf_connection::operator=(), operator=(), and msg_communicator::parse_listener().

ping interval time in msec

Definition at line 505 of file msg_cpp.h.

Referenced by conf_connection::operator=(), operator=(), and msg_communicator::parse_listener().

flag supporting crypt

Definition at line 506 of file msg_cpp.h.

Referenced by msg_listener::accept_address(), operator=(), and msg_communicator::parse_listener().

private default crypto key

Definition at line 508 of file msg_cpp.h.

Referenced by msg_listener::accept_address(), operator=(), and msg_communicator::parse_listener().


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


© Copyright Terimber 2003-.