Class ZegoNetworkProbeTracerouteResult


  • public class ZegoNetworkProbeTracerouteResult
    extends java.lang.Object
    traceroute result Jump up to 30 times. The traceroute result is for reference and does not represent the final network connection result. The priority is http, tcp, udp probe result.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int errorCode
      traceroute error code, 0 means normal
      int tracerouteCostTime
      Time consumed by trace route, 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
        traceroute error code, 0 means normal
      • tracerouteCostTime

        public int tracerouteCostTime
        Time consumed by trace route, the unit is millisecond
    • Constructor Detail

      • ZegoNetworkProbeTracerouteResult

        public ZegoNetworkProbeTracerouteResult()