msg_listener Class Reference
abstract class for listener implementation
More...
#include <msg_lsnr.h>
List of all members.
Detailed Description
abstract class for listener implementation
Definition at line 39 of file msg_lsnr.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
communicator |
pointer to communicator |
info |
listener info |
Definition at line 40 of file msg_lsnr.cpp.
msg_listener::~msg_listener |
( |
|
) |
[virtual] |
Member Function Documentation
virtual transport_type msg_listener::get_type |
( |
|
) |
const [pure virtual] |
checks if listener accept connection
- Parameters:
-
addr |
input address for checking |
linfo |
listener info |
cinfo |
connection info, some fields will be updated |
Definition at line 53 of file msg_lsnr.cpp.
References conf_listener::_accept, conf_connection::_address, conf_listener::_crypt_accept, conf_connection::_crypt_external, conf_listener::_reject, conf_listener::_support_crypt, conf_connection::_support_crypt, exception::_throw(), base_list< T >::begin(), base_list< T >::empty(), base_list< T >::end(), MSG_RESULT_ACCESS_DENIED, and msgMsgTable.
Referenced by msg_connection::prepare_handshake_reply(), and msg_connection::process_incoming_message().
Member Data Documentation
The documentation for this class was generated from the following files: