|
RakNetTransport2 & | operator= (RakNetTransport2 const &) |
|
| RakNetTransport2 (RakNetTransport2 const &) |
|
virtual bool | Start (ushort, bool) |
|
virtual void | Stop () |
|
virtual void | Send (::RakNet::SystemAddress, char const *,...) |
|
virtual void | CloseConnection (::RakNet::SystemAddress) |
|
virtual::RakNet::Packet * | Receive () |
|
virtual void | DeallocatePacket (::RakNet::Packet *) |
|
virtual::RakNet::SystemAddress | HasNewIncomingConnection () |
|
virtual::RakNet::SystemAddress | HasLostConnection () |
|
virtual::RakNet::CommandParserInterface * | GetCommandParser () |
|
virtual::RakNet::PluginReceiveResult | OnReceive (::RakNet::Packet *) |
|
virtual void | OnClosedConnection (::RakNet::SystemAddress const &, ::RakNet::RakNetGUID, ::RakNet::PI2_LostConnectionReason) |
|
virtual void | OnNewConnection (::RakNet::SystemAddress const &, ::RakNet::RakNetGUID, bool) |
|
virtual void | OnAttach () |
|
virtual void | OnDetach () |
|
virtual void | Update () |
|
virtual void | OnRakPeerStartup () |
|
virtual void | OnRakPeerShutdown () |
|
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) |
|