Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NRtTransportInterface Member List

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

_connectCallbackNRtTransportInterfaceprotected
_connectedNRtTransportInterfaceprotected
_disconnectCallbackNRtTransportInterfaceprotected
_errorCallbackNRtTransportInterfaceprotected
_messageCallbackNRtTransportInterfaceprotected
connect(const std::string &url, NRtTransportType type)=0NRtTransportInterfacepure virtual
ConnectCallback typedefNRtTransportInterface
disconnect()=0NRtTransportInterfacepure virtual
DisconnectCallback typedefNRtTransportInterface
ErrorCallback typedefNRtTransportInterface
fireOnConnected()NRtTransportInterfaceinlineprotected
fireOnDisconnected(const NRtClientDisconnectInfo &info)NRtTransportInterfaceinlineprotected
fireOnError(const std::string &description)NRtTransportInterfaceinlineprotected
fireOnMessage(const NBytes &data)NRtTransportInterfaceinlineprotected
getActivityTimeout() const =0NRtTransportInterfacepure virtual
isConnected() constNRtTransportInterfaceinlinevirtual
MessageCallback typedefNRtTransportInterface
send(const NBytes &data)=0NRtTransportInterfacepure virtual
setActivityTimeout(uint32_t timeoutMs)=0NRtTransportInterfacepure virtual
setConnectCallback(ConnectCallback callback)NRtTransportInterfaceinline
setDisconnectCallback(DisconnectCallback callback)NRtTransportInterfaceinline
setErrorCallback(ErrorCallback callback)NRtTransportInterfaceinline
setMessageCallback(MessageCallback callback)NRtTransportInterfaceinline
tick()=0NRtTransportInterfacepure virtual
~NRtTransportInterface()NRtTransportInterfaceinlinevirtual