AbstractMessagingPort::getClientId ( )This method is from 'AbstractMessagingPort' class.
AbstractMessagingPort::~AbstractMessagingPort [in-charge] ( )This method is from 'AbstractMessagingPort' class.
MessagingPort::call ( Message& toSend, Message& response )This method is from derived class 'MessagingPort'.
MessagingPort::connect ( SockAddr& farEnd )This method is from derived class 'MessagingPort'.
MessagingPort::MessagingPort [in-charge] ( int timeout, int logLevel )This constructor is from derived class 'MessagingPort'.
MessagingPort::MessagingPort [in-charge] ( int sock, SockAddr const& farEnd )This constructor is from derived class 'MessagingPort'.
MessagingPort::piggyBack ( Message& toSend, int responseTo )This method is from derived class 'MessagingPort'.
MessagingPort::recv ( char* data, int len )This method is from derived class 'MessagingPort'.
MessagingPort::recv ( Message& m )This method is from derived class 'MessagingPort'.
MessagingPort::remote ( ) constThis method is from derived class 'MessagingPort'.
MessagingPort::remotePort ( ) constThis method is from derived class 'MessagingPort'.
MessagingPort::reply ( Message& received, Message& response )This method is from derived class 'MessagingPort'.
MessagingPort::reply ( Message& received, Message& response, MSGID responseTo )This method is from derived class 'MessagingPort'.
MessagingPort::say ( Message& toSend, int responseTo )This method is from derived class 'MessagingPort'.
MessagingPort::send ( char const* data, int len, char const* context )This method is from derived class 'MessagingPort'.
MessagingPort::send ( std::vector<std::pair<char*, int> >const& data, char const* context )This method is from derived class 'MessagingPort'.
MessagingPort::shutdown ( )This method is from derived class 'MessagingPort'.
MessagingPort::unsafe_recv ( char* buf, int max )This method is from derived class 'MessagingPort'.
MessagingPort::~MessagingPort [in-charge] ( )This method is from derived class 'MessagingPort'.