Class SteamMasterServer


  • public class SteamMasterServer
    extends ClientMsgHandler
    This handler is used for requesting server list details from Steam.
    • Constructor Detail

      • SteamMasterServer

        public SteamMasterServer()
    • Method Detail

      • serverQuery

        public JobID serverQuery​(QueryDetails details)
        Requests a list of servers from the Steam game master server. Results are returned in a QueryCallback.
        Parameters:
        details - The details for the request.
        Returns:
        The Job ID of the request. This can be used to find the appropriate QueryCallback.
      • handleMsg

        public void handleMsg​(IPacketMsg packetMsg)
        Description copied from class: ClientMsgHandler
        Handles a client message. This should not be called directly.
        Specified by:
        handleMsg in class ClientMsgHandler
        Parameters:
        packetMsg - The packet message that contains the data.