Class ZegoNetworkProbeTcpResult


  • public class ZegoNetworkProbeTcpResult
    extends java.lang.Object
    tcp probe result
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int connectCostTime
      tcp connection cost time, the unit is millisecond
      int errorCode
      tcp probe errorCode, 0 means the connection is normal
      int rtt
      tcp rtt, 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
        tcp probe errorCode, 0 means the connection is normal
      • rtt

        public int rtt
        tcp rtt, the unit is millisecond
      • connectCostTime

        public int connectCostTime
        tcp connection cost time, the unit is millisecond
    • Constructor Detail

      • ZegoNetworkProbeTcpResult

        public ZegoNetworkProbeTcpResult()