Class ZegoProxyInfo


  • public class ZegoProxyInfo
    extends java.lang.Object
    Proxy config. Set proxy config.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String hostName
      hostname.Under Local Proxy: Local proxy hostname configured by the developer.
      java.lang.String ip
      ip.
      java.lang.String password
      password.Under local proxy: authentication password of local proxy configured by developer, can be ignored if there is none.
      int port
      port.
      java.lang.String userName
      userName.Under Local Proxy: the authentication username of the local Proxy configured by the developer, can be ignored if there is none.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoProxyInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ip

        public java.lang.String ip
        ip. Under local proxy: local proxy ip configured by the developer. under cloud proxy: proxy ip provided by ZEGO (either hostname or ip will do).
      • port

        public int port
        port. Under Local Proxy: Local proxy port configured by the developer. Under Cloud Proxy: Proxy port provided by ZEGO.
      • hostName

        public java.lang.String hostName
        hostname.Under Local Proxy: Local proxy hostname configured by the developer. Under cloud proxy: proxy hostname provided by ZEGO. proxy hostname (either hostname or ip will do).
      • userName

        public java.lang.String userName
        userName.Under Local Proxy: the authentication username of the local Proxy configured by the developer, can be ignored if there is none. Under cloud proxy: can be ignored.
      • password

        public java.lang.String password
        password.Under local proxy: authentication password of local proxy configured by developer, can be ignored if there is none. Under cloud proxy: can be ignored.
    • Constructor Detail

      • ZegoProxyInfo

        public ZegoProxyInfo()