public abstract class AEOSNetworkClient extends EOS_AntiCheatCommon_ClientHandle
| Constructor and Description |
|---|
AEOSNetworkClient(long connectionId) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close(EOS_EAntiCheatCommonClientActionReason reason,
java.lang.String reasonMessage) |
long |
getConnectionId() |
abstract EOS_EAntiCheatCommonClientFlags |
getFlags() |
abstract EOS_EAntiCheatCommonClientInput |
getInputMethod() |
abstract java.lang.String |
getIpAddress() |
abstract EOS_EAntiCheatCommonClientPlatform |
getPlatformType() |
abstract EOS_ProductUserId |
getProductUserId() |
abstract EOS_EAntiCheatCommonClientType |
getProtectedType() |
abstract void |
sendEacData(java.nio.ByteBuffer data) |
public long getConnectionId()
public abstract java.lang.String getIpAddress()
public abstract EOS_EAntiCheatCommonClientType getProtectedType()
public abstract EOS_EAntiCheatCommonClientPlatform getPlatformType()
public abstract EOS_EAntiCheatCommonClientFlags getFlags()
public abstract EOS_EAntiCheatCommonClientInput getInputMethod()
public abstract EOS_ProductUserId getProductUserId()
public abstract void close(EOS_EAntiCheatCommonClientActionReason reason, java.lang.String reasonMessage)
public abstract void sendEacData(java.nio.ByteBuffer data)