Class APISettings


  • public final class APISettings
    extends Object
    Current settings of the API.
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • APISettings

        public APISettings()
    • Method Detail

      • getServerConfig

        public IServerConfig getServerConfig()
        Returns the configuration of this server.
        Returns:
        the configuration of this server.
      • isConnected

        public boolean isConnected()
      • init

        public void init​(IHandlerProvider handlerProvider)
        Parameters:
        handlerProvider - to be set.
      • changeScope

        public void changeScope​(FrontendServer frontendServer)
        Methode zum Wecheln des API-Scops zwischen Local- oder Remote-Ausführung.
        Parameters:
        frontendServer - FrontendServer der neue aktuelle FrontendServer oder null bei lokaler Ausführung