Class ServerBrowser
java.lang.Object
zombie.core.znet.ServerBrowser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
static GameServerDetails
GetServerDetails
(int int0) static GameServerDetails
GetServerDetails
(String string, int int0) static GameServerDetails
GetServerDetailsSync
(String string, int int0) static List
<GameServerDetails> static boolean
init()
static boolean
static boolean
QueryServer
(String string, int int0) static void
static void
Release()
static void
ReleaseServerQuery
(String string, int int0) static boolean
RequestServerRules
(String string, int int0) static void
setCallbackInterface
(IServerBrowserCallback iServerBrowserCallback) static void
setSuppressLuaCallbacks
(boolean boolean0) static void
shutdown()
-
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 boolean0) -
setCallbackInterface
-