, including all inherited members.
DeleteFilterSet(int filterSetID) | RakNet::MessageFilter | |
GetFilterSetCount(void) const | RakNet::MessageFilter | |
GetFilterSetIDByIndex(unsigned index) | RakNet::MessageFilter | |
GetSystemCount(int filterSetID) const | RakNet::MessageFilter | |
GetSystemFilterSet(AddressOrGUID addressOrGUID) | RakNet::MessageFilter | |
OnAck(unsigned int messageNumber, SystemAddress remoteSystemAddress, RakNet::TimeMS time) | RakNet::PluginInterface2 | [inline, virtual] |
OnAttach(void) | RakNet::PluginInterface2 | [inline, virtual] |
OnClosedConnection(const SystemAddress &systemAddress, RakNetGUID rakNetGUID, PI2_LostConnectionReason lostConnectionReason) | RakNet::MessageFilter | [virtual] |
OnDetach(void) | RakNet::PluginInterface2 | [inline, virtual] |
OnDirectSocketReceive(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | [inline, virtual] |
OnDirectSocketSend(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | [inline, virtual] |
OnFailedConnectionAttempt(Packet *packet, PI2_FailedConnectionAttemptReason failedConnectionAttemptReason) | RakNet::PluginInterface2 | [inline, virtual] |
OnInternalPacket(InternalPacket *internalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNet::TimeMS time, int isSend) | RakNet::PluginInterface2 | [inline, virtual] |
OnNewConnection(const SystemAddress &systemAddress, RakNetGUID rakNetGUID, bool isIncoming) | RakNet::MessageFilter | [virtual] |
OnPushBackPacket(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | [inline, virtual] |
OnRakPeerShutdown(void) | RakNet::PluginInterface2 | [inline, virtual] |
OnRakPeerStartup(void) | RakNet::PluginInterface2 | [inline, virtual] |
OnReceive(Packet *packet) | RakNet::MessageFilter | [virtual] |
OnReliabilityLayerPacketError(const char *errorMessage, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | [inline, virtual] |
SetActionOnDisallowedMessage(bool kickOnDisallowed, bool banOnDisallowed, RakNet::TimeMS banTimeMS, int filterSetID) | RakNet::MessageFilter | |
SetAllowMessageID(bool allow, int messageIDStart, int messageIDEnd, int filterSetID) | RakNet::MessageFilter | |
SetAllowRPC4(bool allow, const char *uniqueID, int filterSetID) | RakNet::MessageFilter | |
SetAutoAddNewConnectionsToFilter(int filterSetID) | RakNet::MessageFilter | |
SetDisallowedMessageCallback(int filterSetID, void *userData, void(*invalidMessageCallback)(RakPeerInterface *peer, AddressOrGUID addressOrGUID, int filterSetID, void *userData, unsigned char messageID)) | RakNet::MessageFilter | |
SetFilterMaxTime(int allowedTimeMS, bool banOnExceed, RakNet::TimeMS banTimeMS, int filterSetID) | RakNet::MessageFilter | |
SetSystemFilterSet(AddressOrGUID addressOrGUID, int filterSetID) | RakNet::MessageFilter | |
SetTimeoutCallback(int filterSetID, void *userData, void(*invalidMessageCallback)(RakPeerInterface *peer, AddressOrGUID addressOrGUID, int filterSetID, void *userData)) | RakNet::MessageFilter | |
Update(void) | RakNet::MessageFilter | [virtual] |
UsesReliabilityLayer(void) const | RakNet::PluginInterface2 | [inline, virtual] |