28 _session->SendRequest(serviceHash, methodId, request);
33 _session->SendResponse(token, status);
38 _session->SendResponse(token, response);
43 return _session->GetClientInfo();
void SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, uint32 status)
std::string GetCallerInfo() const
void SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> &&callback)
void SendRequest(uint32 serviceHash, uint32 methodId, pb::Message const *request, std::function< void(MessageBuffer)> callback)