|
CloudServer & | operator= (CloudServer const &) |
|
| CloudServer (CloudServer const &) |
|
virtual void | Update () |
|
virtual::RakNet::PluginReceiveResult | OnReceive (::RakNet::Packet *) |
|
virtual void | OnClosedConnection (::RakNet::SystemAddress const &, ::RakNet::RakNetGUID, ::RakNet::PI2_LostConnectionReason) |
|
virtual void | OnRakPeerShutdown () |
|
virtual void | OnPostRequest (::RakNet::Packet *) |
|
virtual void | OnReleaseRequest (::RakNet::Packet *) |
|
virtual void | OnGetRequest (::RakNet::Packet *) |
|
virtual void | OnUnsubscribeRequest (::RakNet::Packet *) |
|
virtual void | OnServerToServerGetRequest (::RakNet::Packet *) |
|
virtual void | OnServerToServerGetResponse (::RakNet::Packet *) |
|
virtual void | OnAttach () |
|
virtual void | OnDetach () |
|
virtual void | OnRakPeerStartup () |
|
virtual void | OnNewConnection (::RakNet::SystemAddress const &, ::RakNet::RakNetGUID, bool) |
|
virtual void | OnFailedConnectionAttempt (::RakNet::Packet *, ::RakNet::PI2_FailedConnectionAttemptReason) |
|
virtual bool | UsesReliabilityLayer () const |
|
virtual void | OnDirectSocketSend (char const *, uint const, ::RakNet::SystemAddress) |
|
virtual void | OnDirectSocketReceive (char const *, uint const, ::RakNet::SystemAddress) |
|
virtual void | OnReliabilityLayerNotification (char const *, uint const, ::RakNet::SystemAddress, bool) |
|
virtual void | OnInternalPacket (::RakNet::InternalPacket *, uint, ::RakNet::SystemAddress, uint, int) |
|
virtual void | OnAck (uint, ::RakNet::SystemAddress, uint) |
|
virtual void | OnPushBackPacket (char const *, uint const, ::RakNet::SystemAddress) |
|
virtual::RakNet::CloudQueryRow * | AllocateCloudQueryRow () |
|
virtual void | DeallocateCloudQueryRow (::RakNet::CloudQueryRow *) |
|
virtual uchar * | AllocateRowData (uint) |
|
virtual void | DeallocateRowData (void *) |
|