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