Package io.rong.imlib

Class HttpDnsManager

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static HttpDnsManager getInstance()
      void initHttpDns(Context context, NativeObject nativeObject)
      boolean shouldEnableHttpDns(List<String> serverAddressList) 根据指定的导航服务器地址判断是否启用 HttpDns
      HttpDnsOption getHttpDnsIpsOption(Context context, String host)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • initHttpDns

         void initHttpDns(Context context, NativeObject nativeObject)
      • shouldEnableHttpDns

         boolean shouldEnableHttpDns(List<String> serverAddressList)

        根据指定的导航服务器地址判断是否启用 HttpDns

        Parameters:
        serverAddressList - 连接使用的导航服务器地址