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