Class ServerBrowser
java.lang.Object
zombie.core.znet.ServerBrowser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic GameServerDetailsGetServerDetails(int serverIndex) static GameServerDetailsGetServerDetails(String host, int port) static GameServerDetailsGetServerDetailsSync(String host, int port) static List<GameServerDetails> static booleaninit()static booleanstatic booleanQueryServer(String host, int port) static voidstatic voidRelease()static voidReleaseServerQuery(String host, int port) static booleanRequestServerRules(String host, int port) static voidsetCallbackInterface(IServerBrowserCallback callbackInterface) static voidsetSuppressLuaCallbacks(boolean bSupress) static voidshutdown()
-
Constructor Details
-
ServerBrowser
public ServerBrowser()
-
-
Method Details
-
init
public static boolean init() -
shutdown
public static void shutdown() -
RefreshInternetServers
public static void RefreshInternetServers() -
GetServerCount
public static int GetServerCount() -
GetServerDetails
-
Release
public static void Release() -
IsRefreshing
public static boolean IsRefreshing() -
QueryServer
-
GetServerDetails
-
ReleaseServerQuery
-
GetServerList
-
GetServerDetailsSync
-
RequestServerRules
-
setSuppressLuaCallbacks
public static void setSuppressLuaCallbacks(boolean bSupress) -
setCallbackInterface
-