![]() |
TrinityCore
|
This is the complete list of members for Battlenet::Services::Connection, including all inherited members.
| _session | Battlenet::ServiceBaseCaller | protected |
| Connection(Session *session) | Battlenet::Services::Connection | |
| ConnectionService typedef | Battlenet::Services::Connection | private |
| GetCallerInfo() const override | Battlenet::Service< connection::v1::ConnectionService > | inlineprotected |
| HandleConnect(connection::v1::ConnectRequest const *request, connection::v1::ConnectResponse *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) override | Battlenet::Services::Connection | |
| HandleKeepAlive(NoData const *request) override | Battlenet::Services::Connection | |
| HandleRequestDisconnect(connection::v1::DisconnectRequest const *request) override | Battlenet::Services::Connection | |
| SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback) override | Battlenet::Service< connection::v1::ConnectionService > | inlineprotected |
| SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request) override | Battlenet::Service< connection::v1::ConnectionService > | inlineprotected |
| Battlenet::ServiceBaseCaller::SendRequest(uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> &&callback) | Battlenet::ServiceBaseCaller | protected |
| SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, uint32 status) override | Battlenet::Service< connection::v1::ConnectionService > | inlineprotected |
| SendResponse(uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response) override | Battlenet::Service< connection::v1::ConnectionService > | inlineprotected |
| Service(Session *session) | Battlenet::Service< connection::v1::ConnectionService > | inlineexplicit |
| ServiceBaseCaller(Session *session) | Battlenet::ServiceBaseCaller | inlineexplicitprotected |