![]() |
TrinityCore
|
This is the complete list of members for ServiceBase, including all inherited members.
| CallServerMethod(uint32 token, uint32 methodId, MessageBuffer buffer)=0 | ServiceBase | pure virtual |
| CreateServerContinuation(uint32 token, uint32 methodId, char const *methodName, google::protobuf::Descriptor const *outputDescriptor) | ServiceBase | protected |
| GetCallerInfo() const =0 | ServiceBase | pure virtual |
| GetServiceHash() const | ServiceBase | inline |
| 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)=0 | ServiceBase | protectedpure virtual |
| SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request)=0 | ServiceBase | protectedpure virtual |
| SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, uint32 status)=0 | ServiceBase | protectedpure virtual |
| SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response)=0 | ServiceBase | protectedpure virtual |
| service_hash_ | ServiceBase | protected |
| ServiceBase(uint32 serviceHash) | ServiceBase | inlineexplicit |
| ~ServiceBase() | ServiceBase | inlinevirtual |