Class ServerBrowser

java.lang.Object
zombie.core.znet.ServerBrowser

public class ServerBrowser extends Object
Created by serge on 02.06.2015.
  • 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

      public static GameServerDetails GetServerDetails(int serverIndex)
    • Release

      public static void Release()
    • IsRefreshing

      public static boolean IsRefreshing()
    • QueryServer

      public static boolean QueryServer(String host, int port)
    • GetServerDetails

      public static GameServerDetails GetServerDetails(String host, int port)
    • ReleaseServerQuery

      public static void ReleaseServerQuery(String host, int port)
    • GetServerList

      public static List<GameServerDetails> GetServerList()
    • GetServerDetailsSync

      public static GameServerDetails GetServerDetailsSync(String host, int port)
    • RequestServerRules

      public static boolean RequestServerRules(String host, int port)
    • setCallbackInterface

      public static void setCallbackInterface(IServerBrowserCallback callbackInterface)