Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AAntiCheatClientAPIConnection - Class in host.anzo.anticheat.server.api
- AAntiCheatClientAPIConnection() - Constructor for class host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
- AEpicOnlineService - Class in host.anzo.anticheat.server.api
- AEpicOnlineService() - Constructor for class host.anzo.anticheat.server.api.AEpicOnlineService
- ALREADY_REGISTERED - Enum constant in enum class host.anzo.anticheat.server.api.enums.EAntiClientRegisterResult
- AntiCheatClientConfig - Class in host.anzo.anticheat.config
- AntiCheatClientConfig() - Constructor for class host.anzo.anticheat.config.AntiCheatClientConfig
- AntiCheatClientInfo - Class in host.anzo.anticheat.server.api.model
- AntiCheatClientInfo(int, String, String, String) - Constructor for class host.anzo.anticheat.server.api.model.AntiCheatClientInfo
-
Default constructor for loading client info from a predefined list (server side)
- AntiCheatProxyLibrary - Interface in host.anzo.anticheat.proxy
- AntiCheatTokenInfo - Class in host.anzo.anticheat.server.api.model
- AntiCheatTokenInfo() - Constructor for class host.anzo.anticheat.server.api.model.AntiCheatTokenInfo
C
- CONNECTED - Enum constant in enum class host.anzo.anticheat.server.api.enums.EAntiCheatClientState
D
- DEBUG - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- DISCONNECTED - Enum constant in enum class host.anzo.anticheat.server.api.enums.EAntiCheatClientState
E
- EAntiCheatClientState - Enum Class in host.anzo.anticheat.server.api.enums
- EAntiClientRegisterResult - Enum Class in host.anzo.anticheat.server.api.enums
- EOS_ANTI_CHEAT_CLIENT_REGISTER_TIMEOUT - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_ANTI_CHEAT_ENABLE_GAMEPLAY_DATA - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_ANTI_CHEAT_SERVER_NAME - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_CLIENT_ID - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_CLIENT_SECRET - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_DEPLOYMENT_ID - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_ENABLE - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_PLATFORM_TICK_PERIOD - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_PRODUCT_ID - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_PRODUCT_NAME - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_PRODUCT_VERSION - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- EOS_SANDBOX_ID - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
G
- getAccountName() - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
- getClient(int) - Method in class host.anzo.anticheat.server.api.AEpicOnlineService
- getClientAPI() - Method in class host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
- getConnectionId() - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
- getEOSHandle() - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
- getEosLocalUserID() - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
- getExternalIP() - Static method in class host.anzo.anticheat.commons.utils.IpUtils
- getFreePort() - Static method in class host.anzo.anticheat.commons.utils.IpUtils
- getIpAddress() - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
- getLibraryInstance() - Static method in interface host.anzo.anticheat.proxy.AntiCheatProxyLibrary
- getPlayersOnline() - Method in class host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
H
- host.anzo.anticheat.commons.model - package host.anzo.anticheat.commons.model
- host.anzo.anticheat.commons.utils - package host.anzo.anticheat.commons.utils
- host.anzo.anticheat.config - package host.anzo.anticheat.config
- host.anzo.anticheat.proxy - package host.anzo.anticheat.proxy
- host.anzo.anticheat.server.api - package host.anzo.anticheat.server.api
- host.anzo.anticheat.server.api.enums - package host.anzo.anticheat.server.api.enums
- host.anzo.anticheat.server.api.interfaces - package host.anzo.anticheat.server.api.interfaces
- host.anzo.anticheat.server.api.interfaces.rmi - package host.anzo.anticheat.server.api.interfaces.rmi
- host.anzo.anticheat.server.api.model - package host.anzo.anticheat.server.api.model
I
- IAntiCheatNetworkClient - Interface in host.anzo.anticheat.server.api.interfaces
- initialize() - Method in class host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
- initialize() - Method in class host.anzo.anticheat.server.api.AEpicOnlineService
- instance - Static variable in interface host.anzo.anticheat.proxy.AntiCheatProxyLibrary
- IpUtils - Class in host.anzo.anticheat.commons.utils
- IpUtils() - Constructor for class host.anzo.anticheat.commons.utils.IpUtils
- IRMIAntiCheatClientAPI - Interface in host.anzo.anticheat.server.api.interfaces.rmi
- IRMIAntiCheatServerAPI - Interface in host.anzo.anticheat.server.api.interfaces.rmi
- isAdmin() - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
O
- onClientConnected(IAntiCheatNetworkClient) - Method in class host.anzo.anticheat.server.api.AEpicOnlineService
-
Event must be called when a new client connected to server
- onClientDisconnected(IAntiCheatNetworkClient) - Method in class host.anzo.anticheat.server.api.AEpicOnlineService
-
Event must be called when a client disconnected from game server
- onClientMessage(IAntiCheatNetworkClient, byte[]) - Method in class host.anzo.anticheat.server.api.AEpicOnlineService
-
Event must be called when need to send an EAC message from the client to server
- onShutdown() - Method in class host.anzo.anticheat.server.api.AEpicOnlineService
R
- registerClient(IRMIAntiCheatClientAPI, AntiCheatClientInfo) - Method in interface host.anzo.anticheat.server.api.interfaces.rmi.IRMIAntiCheatServerAPI
-
Register a client at master server
- reset() - Method in class host.anzo.anticheat.server.api.model.AntiCheatClientInfo
- RMI_CLIENT_ID - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- RMI_CLIENT_PASSWORD - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- RMI_ENABLED - Static variable in class host.anzo.anticheat.config.AntiCheatClientConfig
- run() - Method in class host.anzo.anticheat.commons.model.RunnableWrapper
- RunnableWrapper - Class in host.anzo.anticheat.commons.model
- RunnableWrapper(Runnable) - Constructor for class host.anzo.anticheat.commons.model.RunnableWrapper
S
- sendEacMessageToClient(EOS_AntiCheatCommon_OnMessageToClientCallbackInfo) - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
-
Send an internal anti-cheat message to a network client
- sendMessageToClient(String) - Method in interface host.anzo.anticheat.server.api.interfaces.IAntiCheatNetworkClient
-
Send a text message to the network client with error or information
- StartTunnelFor(String, String) - Method in interface host.anzo.anticheat.proxy.AntiCheatProxyLibrary
- SUCCESS - Enum constant in enum class host.anzo.anticheat.server.api.enums.EAntiClientRegisterResult
T
- testConnection() - Method in interface host.anzo.anticheat.server.api.interfaces.rmi.IRMIAntiCheatClientAPI
- testConnection() - Method in interface host.anzo.anticheat.server.api.interfaces.rmi.IRMIAntiCheatServerAPI
U
- UNKNOWN_CLIENT - Enum constant in enum class host.anzo.anticheat.server.api.enums.EAntiClientRegisterResult
- update(IRMIAntiCheatClientAPI, AntiCheatClientInfo) - Method in class host.anzo.anticheat.server.api.model.AntiCheatClientInfo
- updateClient(IRMIAntiCheatClientAPI, AntiCheatClientInfo) - Method in interface host.anzo.anticheat.server.api.interfaces.rmi.IRMIAntiCheatServerAPI
- updateClientInfo() - Method in class host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
V
- validateToken(String) - Method in class host.anzo.anticheat.server.api.AAntiCheatClientAPIConnection
- validateToken(String) - Method in interface host.anzo.anticheat.server.api.interfaces.rmi.IRMIAntiCheatClientAPI
- valueOf(String) - Static method in enum class host.anzo.anticheat.server.api.enums.EAntiCheatClientState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class host.anzo.anticheat.server.api.enums.EAntiClientRegisterResult
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class host.anzo.anticheat.server.api.enums.EAntiCheatClientState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class host.anzo.anticheat.server.api.enums.EAntiClientRegisterResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form