Class ZegoNetworkProbeHttpResult


  • public class ZegoNetworkProbeHttpResult
    extends java.lang.Object
    http probe result
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int errorCode
      http probe errorCode, 0 means the connection is normal
      int requestCostTime
      http request cost time, the unit is millisecond
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • errorCode

        public int errorCode
        http probe errorCode, 0 means the connection is normal
      • requestCostTime

        public int requestCostTime
        http request cost time, the unit is millisecond
    • Constructor Detail

      • ZegoNetworkProbeHttpResult

        public ZegoNetworkProbeHttpResult()