The port of the current request.
Definition at line 121 of file Channel.h. References mCurRequestSock, and mPort. Referenced by Impala::Util::ChannelServer::ConnectionDescr(), Impala::Util::ChannelServer::HandleRequest(), and Serve(). 00122 { 00123 return mPort + mCurRequestSock; 00124 }
|