TrinityCore
Battlenet::Service< T > Member List

This is the complete list of members for Battlenet::Service< T >, including all inherited members.

_sessionBattlenet::Service< T >protected
GetCallerInfo() const overrideBattlenet::Service< T >inlineprotected
SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback) overrideBattlenet::Service< T >inlineprotected
SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request) overrideBattlenet::Service< T >inlineprotected
SendResponse(uint32, uint32, uint32 token, uint32 status) overrideBattlenet::Service< T >inlineprotected
SendResponse(uint32, uint32, uint32 token, google::protobuf::Message const *response) overrideBattlenet::Service< T >inlineprotected
Service(Session *session)Battlenet::Service< T >inline