RakNet
4.0
|
This is the complete list of members for RakNet::MessageFilter, 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 | inlinevirtual |
OnAttach(void) | RakNet::PluginInterface2 | inlinevirtual |
OnClosedConnection(const SystemAddress &systemAddress, RakNetGUID rakNetGUID, PI2_LostConnectionReason lostConnectionReason) | RakNet::MessageFilter | virtual |
OnDetach(void) | RakNet::PluginInterface2 | inlinevirtual |
OnDirectSocketReceive(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | inlinevirtual |
OnDirectSocketSend(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | inlinevirtual |
OnFailedConnectionAttempt(Packet *packet, PI2_FailedConnectionAttemptReason failedConnectionAttemptReason) | RakNet::PluginInterface2 | inlinevirtual |
OnInternalPacket(InternalPacket *internalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNet::TimeMS time, int isSend) | RakNet::PluginInterface2 | inlinevirtual |
OnNewConnection(const SystemAddress &systemAddress, RakNetGUID rakNetGUID, bool isIncoming) | RakNet::MessageFilter | virtual |
OnPushBackPacket(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PluginInterface2 | inlinevirtual |
OnRakPeerShutdown(void) | RakNet::PluginInterface2 | inlinevirtual |
OnRakPeerStartup(void) | RakNet::PluginInterface2 | inlinevirtual |
OnReceive(Packet *packet) | RakNet::MessageFilter | virtual |
OnReliabilityLayerNotification(const char *errorMessage, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress, bool isError) | RakNet::PluginInterface2 | inlinevirtual |
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 | inlinevirtual |