|
| void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback) override |
| |
| void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request) override |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, uint32 status) override |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response) override |
| |
| std::string | GetCallerInfo () const override |
| |
| | ServiceBaseCaller (Session *session) |
| |
| void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> &&callback) |
| |
| void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request) |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, uint32 status) |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response) |
| |
| std::string | GetCallerInfo () const |
| |
template<class T>
class Battlenet::Service< T >
Definition at line 52 of file Service.h.