Class ServerConfiguration

    • Constructor Detail

      • ServerConfiguration

        public ServerConfiguration()
      • ServerConfiguration

        public ServerConfiguration​(ServerConfiguration source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getHost

        public String getHost()
        Get SIP服务器地址
        Returns:
        Host SIP服务器地址
      • setHost

        public void setHost​(String Host)
        Set SIP服务器地址
        Parameters:
        Host - SIP服务器地址
      • getPort

        public Long getPort()
        Get SIP服务器端口
        Returns:
        Port SIP服务器端口
      • setPort

        public void setPort​(Long Port)
        Set SIP服务器端口
        Parameters:
        Port - SIP服务器端口
      • getSerial

        public String getSerial()
        Get SIP服务器编码
        Returns:
        Serial SIP服务器编码
      • setSerial

        public void setSerial​(String Serial)
        Set SIP服务器编码
        Parameters:
        Serial - SIP服务器编码
      • getRealm

        public String getRealm()
        Get SIP服务器域
        Returns:
        Realm SIP服务器域
      • setRealm

        public void setRealm​(String Realm)
        Set SIP服务器域
        Parameters:
        Realm - SIP服务器域