TrinityCore
ServiceBase Member List

This is the complete list of members for ServiceBase, including all inherited members.

CallServerMethod(uint32 token, uint32 methodId, MessageBuffer buffer)=0ServiceBasepure virtual
CreateServerContinuation(uint32 token, uint32 methodId, char const *methodName, google::protobuf::Descriptor const *outputDescriptor)ServiceBaseprotected
GetCallerInfo() const =0ServiceBasepure virtual
GetServiceHash() constServiceBaseinline
LogCallClientMethod(char const *methodName, char const *inputTypeName, google::protobuf::Message const *request)ServiceBase
LogCallServerMethod(char const *methodName, char const *inputTypeName, google::protobuf::Message const *request)ServiceBase
LogDisallowedMethod(uint32 methodId)ServiceBase
LogFailedParsingRequest(char const *methodName)ServiceBase
LogInvalidMethod(uint32 methodId)ServiceBase
LogUnimplementedServerMethod(char const *methodName, google::protobuf::Message const *request)ServiceBase
SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback)=0ServiceBaseprotectedpure virtual
SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request)=0ServiceBaseprotectedpure virtual
SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, uint32 status)=0ServiceBaseprotectedpure virtual
SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response)=0ServiceBaseprotectedpure virtual
service_hash_ServiceBaseprotected
ServiceBase(uint32 serviceHash)ServiceBaseinlineexplicit
~ServiceBase()ServiceBaseinlinevirtual